HomeSort by relevance Sort by last modified time
    Searched refs:sendIntent (Results 1 - 9 of 9) sorted by null

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/fakes/
RoboIntentSender.java 22 @Override public void sendIntent(Context context, int code, Intent intent,
  /cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
NotificationAssistantServiceTest.java 213 PendingIntent sendIntent = PendingIntent.getActivity(mContext, 0,
216 sendIntent).build();
227 assertNotEquals(sendIntent, action.actionIntent);
247 actionFound = actionFound || action.actionIntent.equals(sendIntent);
  /developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
BasicManagedProfileFragment.java 178 sendIntent();
364 private void sendIntent() {
  /developers/samples/android/admin/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
BasicManagedProfileFragment.java 178 sendIntent();
364 private void sendIntent() {
  /development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
BasicManagedProfileFragment.java 170 sendIntent();
349 private void sendIntent() {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowPackageInstaller.java 148 .sendIntent(RuntimeEnvironment.application, 0, null, null, null, null);
ShadowShortcutManager.java 176 resultIntent.sendIntent(RuntimeEnvironment.application, 0, null, null, null);
ShadowContextImpl.java 94 intent.sendIntent(realContextImpl, 0, fillInIntent, null, null, null);
  /cts/tests/tests/libcorefileio/src/android/cts/
FileChannelInterProcessLockTest.java 469 Intent sendIntent = new Intent(getContext(), LockHoldingService.class)
475 getContext().startService(sendIntent);
    [all...]

Completed in 1070 milliseconds