Searched refs:EXTRA_PRIORITY (Results 1 – 10 of 10) sorted by relevance
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | ImsCallProfileTest.java | 360 data.setCallExtraInt(ImsCallProfile.EXTRA_PRIORITY, in testCallComposerExtras() 363 data.getCallExtraInt(ImsCallProfile.EXTRA_PRIORITY)); in testCallComposerExtras() 364 data.setCallExtraInt(ImsCallProfile.EXTRA_PRIORITY, in testCallComposerExtras() 367 data.getCallExtraInt(ImsCallProfile.EXTRA_PRIORITY)); in testCallComposerExtras() 399 data.getCallExtraInt(ImsCallProfile.EXTRA_PRIORITY), in testCallComposerExtras() 400 unparceledData.getCallExtraInt(ImsCallProfile.EXTRA_PRIORITY)); in testCallComposerExtras()
|
/cts/tests/JobScheduler/JobTestApp/src/android/jobscheduler/cts/jobtestapp/ |
D | TestJobSchedulerReceiver.java | 62 public static final String EXTRA_PRIORITY = ".extra.PRIORITY"; field in TestJobSchedulerReceiver 102 final int priority = intent.getIntExtra(EXTRA_PRIORITY, NO_PRIORITY); in onReceive()
|
/cts/tests/vr/src/android/vr/cts/ |
D | VrDisplayTest.java | 42 intent.putExtra(OpenGLESActivity.EXTRA_PRIORITY, 0); in getGlEsActivity()
|
D | VrSetFIFOThreadTest.java | 70 intent.putExtra(OpenGLESActivity.EXTRA_PRIORITY, priorityAttribute); in setIntent()
|
D | OpenGLESActivity.java | 45 public static final String EXTRA_PRIORITY = "priority"; field in OpenGLESActivity 74 int priorityAttribute = getIntent().getIntExtra(EXTRA_PRIORITY, -1); in onCreate()
|
D | VrExtensionBehaviorTest.java | 45 intent.putExtra(OpenGLESActivity.EXTRA_PRIORITY, priorityAttribute); in getGlEsActivity()
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | ExtendedInCallServiceTest.java | 444 extras.putInt(TelecomManager.EXTRA_PRIORITY, TelecomManager.PRIORITY_URGENT); in testCallComposerAttachmentsStrippedCorrectly() 475 assertFalse(call.getDetails().getExtras().containsKey(TelecomManager.EXTRA_PRIORITY)); in testCallComposerAttachmentsStrippedCorrectly() 482 .containsKey(TelecomManager.EXTRA_PRIORITY)); in testCallComposerAttachmentsStrippedCorrectly()
|
D | CallDetailsTest.java | 638 exampleExtras.putInt(TelecomManager.EXTRA_PRIORITY, TelecomManager.PRIORITY_URGENT); in testExtrasPropagation() 684 TelecomManager.EXTRA_PRIORITY)); in testExtrasPropagation()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | system-current.txt | 1194 field public static final String EXTRA_PRIORITY = "android.app.extra.PRIORITY"; 16432 field public static final String EXTRA_PRIORITY = "android.telephony.ims.extra.PRIORITY";
|
D | current.txt | 43335 field public static final String EXTRA_PRIORITY = "android.telecom.extra.PRIORITY";
|