Don't crash phone app when running as non-primary user.

Rename PhoneApp to PhoneGlobals.  Add new PhoneApp that only
instantiates PhoneGlobals when running as the primary user.  Add
check in PhoneGlobals.getInstance() to immediately throw if called
when there are no globals for that process.  Add new
PhoneGlobals.getInstanceIfPrimary() that doesn't throw;
OtaStartupReceiver uses to abort early if receiving a BOOT_COMPLETED
for a non-primary user.

All of the other files here are just due to the rename of PhoneApp
to PhoneGlobals.

Change-Id: Ic3999d956198ac836cb6a07fa3c77f36c1754ea3
60 files changed