/aosp14/frameworks/base/services/tests/RemoteProvisioningServiceTests/src/com/android/server/security/rkp/ |
H A D | RemoteProvisioningShellCommandTest.java | 86 int getCode() { in getCode() method in RemoteProvisioningShellCommandTest.CommandResult 120 assertThat(res.getCode()).isEqualTo(0); in list_zeroInstances() 130 assertThat(res.getCode()).isEqualTo(0); in list_oneInstances() 142 assertThat(res.getCode()).isEqualTo(0); in list_twoInstances() 174 assertThat(res.getCode()).isEqualTo(0); in csr_hwVersion1_withChallenge() 205 assertThat(res.getCode()).isEqualTo(0); in csr_hwVersion2_withChallenge() 222 assertThat(res.getCode()).isEqualTo(0); in csr_hwVersion3_withoutChallenge() 241 assertThat(res.getCode()).isEqualTo(0); in csr_hwVersion3_withChallenge()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/appops/ |
H A D | AppOpsControllerTest.java | 193 assertThat(first.getCode()).isEqualTo(AppOpsManager.OP_FINE_LOCATION); in startListening_fetchesCurrentActive_oneActive() 226 assertThat(item0.getCode()).isEqualTo(AppOpsManager.OP_FINE_LOCATION); in startListening_fetchesCurrentActive_multiplePackages() 278 assertThat(second.getCode()).isEqualTo(AppOpsManager.OP_CAMERA); in startListening_fetchesCurrentActive_multipleEntries() 313 assertThat(first.getCode()).isEqualTo(AppOpsManager.OP_RECORD_AUDIO); in startListening_fetchesCurrentActive_multipleAttributes() 704 assertEquals(AppOpsManager.OP_CAMERA, list.get(0).getCode()); in testOnlyRecordAudioPhoneCallMicrophonePaused() 755 assertEquals(AppOpsManager.OP_RECORD_AUDIO, list.get(0).getCode()); in testAudioFilteredWhenMicDisabled() 765 assertEquals(AppOpsManager.OP_CAMERA, list.get(0).getCode()); in testAudioFilteredWhenMicDisabled() 799 assertEquals(AppOpsManager.OP_CAMERA, list.get(0).getCode()); in testPhoneCallMicrophoneFilteredWhenMicDisabled() 822 assertEquals(AppOpsManager.OP_CAMERA, list.get(0).getCode()); in testCameraFilteredWhenCameraDisabled() 832 assertEquals(AppOpsManager.OP_RECORD_AUDIO, list.get(0).getCode()); in testCameraFilteredWhenCameraDisabled() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | LocationControllerImpl.java | 234 if (appOpsItems.get(i).getCode() == OP_MONITOR_HIGH_POWER_LOCATION) { in areActiveHighPowerLocationRequests() 261 if (appOpsItems.get(i).getCode() == OP_FINE_LOCATION in areActiveLocationRequests() 262 || appOpsItems.get(i).getCode() == OP_COARSE_LOCATION) { in areActiveLocationRequests() 298 final String permission = AppOpsManager.opToPermission(item.getCode()); in isSystemApp()
|
/aosp14/frameworks/base/telephony/java/com/android/ims/ |
H A D | ImsException.java | 53 public int getCode() { in getCode() method in ImsException
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/appops/ |
H A D | AppOpsControllerImpl.java | 260 if (item.getCode() == code && item.getUid() == uid in getAppOpItemLocked() 497 if (isOpMicrophone(item.getCode())) { in updateSensorDisabledStatus() 499 } else if (isOpCamera(item.getCode())) { in updateSensorDisabledStatus() 506 item.getCode(), in updateSensorDisabledStatus() 582 removeNoted(item.getCode(), item.getUid(), item.getPackageName()); in scheduleRemoval()
|
H A D | AppOpItem.java | 44 public int getCode() { in getCode() method in AppOpItem
|
/aosp14/frameworks/base/telecomm/java/android/telecom/ |
H A D | DisconnectCause.java | 202 public int getCode() { in getCode() method in DisconnectCause 334 return Objects.equals(mDisconnectCode, d.getCode()) in equals()
|
H A D | CallControl.java | 378 final int code = disconnectCause.getCode(); in validateDisconnectCause() 385 + "DisconnectCause.REJECTED]", disconnectCause.getCode())); in validateDisconnectCause()
|
H A D | CallEndpointException.java | 101 public @CallEndpointErrorCode int getCode() { in getCode() method in CallEndpointException
|
H A D | CallException.java | 133 public @CallErrorCode int getCode() { in getCode() method in CallException
|
H A D | QueryLocationException.java | 114 public @QueryLocationErrorCode int getCode() { in getCode() method in QueryLocationException
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | ImsException.java | 117 public @ImsErrorCode int getCode() { in getCode() method in ImsException
|
H A D | ImsReasonInfo.java | 1387 public @ImsCode int getCode() { in getCode() method in ImsReasonInfo
|
/aosp14/frameworks/base/media/java/android/mtp/ |
H A D | MtpPropertyList.java | 72 public int getCode() { in getCode() method in MtpPropertyList
|
/aosp14/frameworks/base/media/jni/ |
H A D | android_mtp_MtpDatabase.cpp | 131 GET_METHOD_ID(getCode, mpl_class, "()I"); in initializeJavaIDs()
|
/aosp14/frameworks/base/services/core/java/com/android/server/input/ |
H A D | KeyboardLayoutManager.java | 1399 int[] scripts = UScript.getCode(locale); in getScriptCodes()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 42205 method public int getCode(); 42225 method public int getCode(); 42630 method public int getCode(); 42814 method public int getCode(); 46495 method public int getCode(); 46554 method public int getCode();
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 14075 HSPLandroid/telecom/DisconnectCause;->getCode()I
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 14139 HSPLandroid/telecom/DisconnectCause;->getCode()I
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 32295 Landroid/mtp/MtpPropertyList;->getCode()I
|