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

  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationHelper.java 128 PendingIntent emptyIntent = PendingIntent.getBroadcast(mContext, 0,
142 FIRST_ACTION, emptyIntent)
145 SECOND_ACTION, emptyIntent)
  /cts/tests/tests/content/src/android/content/cts/
IntentTest.java 717 final Intent emptyIntent = new Intent();
720 final ComponentName target = emptyIntent.resolveActivity(mPm);
    [all...]

Completed in 546 milliseconds