Searched refs:REQUEST_CODE (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/intent/ |
D | LabeledIntentTest.java | 47 private static final int REQUEST_CODE = 42; field in LabeledIntentTest 70 REQUEST_CODE in resolve_preferTitleWithEntity() 93 REQUEST_CODE in resolve_useAvailableTitle() 115 REQUEST_CODE in resolve_titleChooser() 137 REQUEST_CODE in resolve_titleChooserReturnsNull() 162 REQUEST_CODE in resolve_missingTitle() 176 REQUEST_CODE); in resolve_noIntentHandler() 191 REQUEST_CODE in resolve_descriptionWithAppName()
|
D | TemplateIntentFactoryTest.java | 61 private static final Integer REQUEST_CODE = 10; field in TemplateIntentFactoryTest 85 REQUEST_CODE in create_full() 97 assertThat(labeledIntent.requestCode).isEqualTo(REQUEST_CODE); in create_full() 123 REQUEST_CODE in normalizesScheme() 193 REQUEST_CODE in invalidTemplate_nonEmptyPackageName()
|
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/ |
D | VerificationActivity.java | 39 private static final int REQUEST_CODE = 1; field in VerificationActivity 67 startActivityForResult(intent, REQUEST_CODE); in onCreate() 76 if (requestCode == REQUEST_CODE && resultCode == RESULT_OK) { in onActivityResult()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
D | RecordingService.java | 68 private static final int REQUEST_CODE = 2; field in RecordingService 314 .getService(this, REQUEST_CODE, getStopIntent(this), in setNotificationActions() 319 PendingIntent.getService(this, REQUEST_CODE, pauseIntent, in setNotificationActions() 326 .getService(this, REQUEST_CODE, getCancelIntent(this), in setNotificationActions() 342 REQUEST_CODE, in createSaveNotification() 352 REQUEST_CODE, in createSaveNotification() 363 REQUEST_CODE, in createSaveNotification()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | CountdownConditionProvider.java | 47 private static final int REQUEST_CODE = 100; field in CountdownConditionProvider 120 final PendingIntent pendingIntent = PendingIntent.getBroadcast(mContext, REQUEST_CODE, in onSubscribe()
|