HomeSort by relevance Sort by last modified time
    Searched refs:getApplicationContext (Results 151 - 175 of 1061) sorted by null

1 2 3 4 5 67 8 91011>>

  /development/apps/PushApiTestAppOne/src/com/example/android/pushapithirdpartyone/
MainActivity.java 53 am = AccountManager.get(getApplicationContext());
70 Toast.makeText(getApplicationContext(), "Notifs Turned On!", Toast.LENGTH_SHORT);
72 Toast.makeText(getApplicationContext(), "Notifs Turned Off!", Toast.LENGTH_SHORT);
  /development/apps/PushApiTestAppTwo/src/com/example/android/pushapithirdpartytwo/
MainActivity.java 53 am = AccountManager.get(getApplicationContext());
70 Toast.makeText(getApplicationContext(), "Notifs Turned On!", Toast.LENGTH_SHORT);
72 Toast.makeText(getApplicationContext(), "Notifs Turned Off!", Toast.LENGTH_SHORT);
  /development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/
BigTextIntentService.java 75 NotificationManagerCompat.from(getApplicationContext());
104 NotificationManagerCompat.from(getApplicationContext());
184 new NotificationCompat.Builder(getApplicationContext());
  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
BigTextIntentService.java 76 NotificationManagerCompat.from(getApplicationContext());
105 NotificationManagerCompat.from(getApplicationContext());
184 new NotificationCompat.Builder(getApplicationContext());
  /packages/apps/StorageManager/src/com/android/storagemanager/automatic/
AutomaticStorageManagementJobService.java 81 maybeShowNotificationIntent.setClass(getApplicationContext(),
83 getApplicationContext().sendBroadcast(maybeShowNotificationIntent);
132 Context context = getApplicationContext();
  /packages/apps/Messaging/src/com/android/messaging/util/
UriUtil.java 142 pfd = Factory.get().getApplicationContext()
183 final Context context = Factory.get().getApplicationContext();
196 final Context context = Factory.get().getApplicationContext();
234 final Context context = Factory.get().getApplicationContext();
253 final Context context = Factory.get().getApplicationContext();
341 final Context context = Factory.get().getApplicationContext();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/car/
CarDockTestActivity.java 86 PackageManager pm = getApplicationContext().getPackageManager();
102 PackageManager pm = getApplicationContext().getPackageManager();
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/provider/
RandomNumberProviderService.java 58 new Intent(getApplicationContext(), UpdateComplicationDataService.class);
64 getApplicationContext(),
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
NetworkMonitor.java 72 context.getApplicationContext() == null ? context : context.getApplicationContext();
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
ScriptC.java 118 String cachePath = rs.getApplicationContext().getCacheDir().toString();
127 String cachePath = rs.getApplicationContext().getCacheDir().toString();
  /packages/apps/Dialer/java/com/android/dialer/about/
Licenses.java 38 getTextFromResource(context.getApplicationContext(), LICENSE_METADATA_FILENAME, 0, -1));
72 Resources resources = context.getApplicationContext().getResources();
  /packages/apps/Launcher3/src/com/android/launcher3/compat/
LauncherAppsCompat.java 57 sInstance = new LauncherAppsCompatVO(context.getApplicationContext());
59 sInstance = new LauncherAppsCompatVL(context.getApplicationContext());
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
MessagingContentProvider.java 107 final Context context = Factory.get().getApplicationContext();
129 final ContentResolver cr = Factory.get().getApplicationContext().getContentResolver();
134 final ContentResolver cr = Factory.get().getApplicationContext().getContentResolver();
139 final ContentResolver cr = Factory.get().getApplicationContext().getContentResolver();
183 final Context context = Factory.get().getApplicationContext();
203 final ContentResolver cr = Factory.get().getApplicationContext().getContentResolver();
209 final ContentResolver cr = Factory.get().getApplicationContext().getContentResolver();
214 final Context context = Factory.get().getApplicationContext();
  /packages/apps/Messaging/src/com/android/messaging/ui/
FixedViewPagerAdapter.java 92 final Bundle savedViewHolderState = new Bundle(Factory.get().getApplicationContext()
105 ((Bundle) state).setClassLoader(Factory.get().getApplicationContext().getClassLoader());
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
MmsVideoRecorder.java 79 Factory.get().getApplicationContext().getContentResolver().openFileDescriptor(
112 Factory.get().getApplicationContext().getContentResolver().delete(
  /packages/apps/Nfc/src/com/android/nfc/beam/
BeamManager.java 87 Intent receiveIntent = new Intent(context.getApplicationContext(),
111 Intent sendIntent = new Intent(context.getApplicationContext(),
  /packages/apps/TV/src/com/android/tv/tuner/tvinput/
TunerTvInputService.java 63 mChannelDataManager = new ChannelDataManager(getApplicationContext());
64 mAudioCapabilitiesReceiver = new AudioCapabilitiesReceiver(getApplicationContext(), this);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
AccelerometerTestActivity.java 49 mSensorManager = (SensorManager) getApplicationContext().getSystemService(
  /cts/hostsidetests/devicepolicy/app/NotificationSender/src/com/android/cts/managedprofiletests/notificationsender/
SendNotification.java 61 new Notification.Builder(getApplicationContext(), NOTIFICATION_CHANNEL)
  /cts/tests/tests/hardware/src/android/hardware/input/cts/
InputCtsActivity.java 38 mInputManager = getApplicationContext().getSystemService(InputManager.class);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationResize.java 36 if (mRS.getApplicationContext().getApplicationInfo().targetSdkVersion >= 21) {
  /cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
BgService.java 43 final Context context = getApplicationContext();
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
MainActivity.java 37 if (!devicePolicyManager.isProfileOwnerApp(getApplicationContext().getPackageName())) {
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/settings/
MyPreferences.java 32 mPrefs = context.getApplicationContext().getSharedPreferences("my-settings",
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigTextIntentService.java 77 NotificationManagerCompat.from(getApplicationContext());
106 NotificationManagerCompat.from(getApplicationContext());
195 getApplicationContext(), notificationChannelId);
207 .setColor(ContextCompat.getColor(getApplicationContext(), R.color.colorPrimary))

Completed in 559 milliseconds

1 2 3 4 5 67 8 91011>>