Home
last modified time | relevance | path

Searched refs:successful (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DCtsRoleManagerAdapter.java133 successful -> { in addRoleHolder()
134 if (successful) { in addRoleHolder()
152 successful -> { in removeRoleHolder()
153 if (successful) { in removeRoleHolder()
DCallRedirectionServiceTest.java258 successful -> { in addRoleHolder()
260 queue.put(successful); in addRoleHolder()
277 successful -> { in removeRoleHolder()
279 queue.put(successful); in removeRoleHolder()
DThirdPartyCallScreeningServiceTest.java562 successful -> { in addRoleHolder()
564 queue.put(successful); in addRoleHolder()
581 successful -> { in removeRoleHolder()
583 queue.put(successful); in removeRoleHolder()
/cts/tests/tests/telephonyprovider/src/android/telephonyprovider/cts/
DDefaultSmsAppHelper.java59 successful -> { in ensureDefaultSmsApp()
60 success[0] = successful; in ensureDefaultSmsApp()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DSoundRecorderObject.java57 boolean successful = initRecord(); in startRecording()
58 if (successful) { in startRecording()
DAudioFrequencySpeakerActivity.java533 boolean successful = initRecord(); in startRecording()
534 if (successful) { in startRecording()
DAudioFrequencyLineActivity.java515 boolean successful = initRecord(); in startRecording()
516 if (successful) { in startRecording()
DAudioFrequencyMicActivity.java752 boolean successful = initRecord(); in startRecording()
753 if (successful) { in startRecording()
DAudioFrequencyUnprocessedActivity.java971 boolean successful = initRecord(); in startRecording()
972 if (successful) { in startRecording()
/cts/tests/tests/role/src/android/app/role/cts/
DRoleManagerTest.java718 public void accept(Boolean successful) { in accept() argument
719 if (successful) { in accept()