| /packages/apps/Camera2/src/com/android/camera/ |
| D | SoundPlayer.java | 56 public void loadSound(int resourceId) { in loadSound() 65 public void play(int resourceId, float volume) { in play() 76 public void unloadSound(int resourceId) { in unloadSound()
|
| /packages/apps/ThemePicker/src/com/android/customization/model/ |
| D | ResourcesApkProvider.java | 49 int resourceId = mStubApkResources.getIdentifier(String.format("%s%s", prefix, itemName), in getItemStringFromStub() local 55 int resourceId = mStubApkResources.getIdentifier(String.format("%s%s", prefix, itemName), in getItemDrawableFromStub() local 62 int resourceId = mStubApkResources.getIdentifier(String.format("%s%s", prefix, itemName), in getItemColorFromStub() local
|
| /packages/modules/Connectivity/service-t/src/com/android/server/ |
| D | IpSecService.java | 417 void removeSpiRecord(int resourceId) { in removeSpiRecord() 421 void removeTransformRecord(int resourceId) { in removeTransformRecord() 425 void removeTunnelInterfaceRecord(int resourceId) { in removeTunnelInterfaceRecord() 429 void removeEncapSocketRecord(int resourceId) { in removeEncapSocketRecord() 506 OwnedResourceRecord(int resourceId) { in OwnedResourceRecord() 615 int resourceId, IpSecConfig config, SpiRecord spi, EncapSocketRecord socket) { in TransformRecord() 740 SpiRecord(int resourceId, String sourceAddress, in SpiRecord() 876 int resourceId, in TunnelInterfaceRecord() 1023 EncapSocketRecord(int resourceId, FileDescriptor socket, int port, int family) { in EncapSocketRecord() 1167 final int resourceId = mNextResourceId++; in allocateSecurityParameterIndex() local [all …]
|
| /packages/modules/Wifi/framework/java/android/net/wifi/ |
| D | WifiStringResourceWrapper.java | 83 int resourceId = mResources.getIdentifier(name, "string", in getString() local 109 int resourceId = mResources.getIdentifier(name, "integer", in getInt() local 133 int resourceId = mResources.getIdentifier(name, "bool", in getBoolean() local
|
| /packages/apps/Dialer/java/com/android/dialer/widget/ |
| D | EmptyContentView.java | 74 public void setDescription(int resourceId) { in setDescription() 84 public void setImage(int resourceId) { in setImage() 94 public void setActionLabel(@StringRes int resourceId) { in setActionLabel()
|
| /packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/classifier/ |
| D | ClassifierInputManager.java | 171 PackageManager packageManager, ApplicationInfo applicationInfo, int resourceId) { in getAppResource() 185 PackageManager packageManager, ApplicationInfo applicationInfo, int resourceId) { in getEnglishAppResource() 201 PackageManager packageManager, ApplicationInfo applicationInfo, int resourceId) { in getLocalAppResource()
|
| /packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/utils/ |
| D | AttributeResolver.kt | 33 val resourceId = getResource(context, attribute) in getNullableDrawable() constant
|
| /packages/modules/Connectivity/framework-t/src/android/net/ |
| D | IIpSecService.aidl | 38 void releaseSecurityParameterIndex(int resourceId); in releaseSecurityParameterIndex() 42 void closeUdpEncapsulationSocket(int resourceId); in closeUdpEncapsulationSocket() 64 void deleteTunnelInterface(int resourceId, in String callingPackage); in deleteTunnelInterface()
|
| D | IpSecTransformResponse.java | 30 public final int resourceId; field in IpSecTransformResponse
|
| D | IpSecTunnelInterfaceResponse.java | 30 public final int resourceId; field in IpSecTunnelInterfaceResponse
|
| D | IpSecSpiResponse.java | 30 public final int resourceId; field in IpSecSpiResponse
|
| D | IpSecUdpEncapResponse.java | 34 public final int resourceId; field in IpSecUdpEncapResponse
|
| /packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/ |
| D | AnomalyEventWrapper.java | 61 private int getResourceId(int resourceId, int resourceIndex, String defType) { in getResourceId() 69 int resourceId, int resourceIndex) { in getString() 75 private String getStringFromArrayResource(int resourceId, int resourceIndex) { in getStringFromArrayResource()
|
| D | BatteryTipsCardPreference.java | 82 public void setIconResourceId(int resourceId) { in setIconResourceId() 92 public void setMainButtonStrokeColorResourceId(int resourceId) { in setMainButtonStrokeColorResourceId()
|
| /packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/ |
| D | ResourcesProvider.java | 127 final Integer resourceId = RESOURCES.get(docId); in openDocument() local 135 final Integer resourceId = RESOURCES.get(documentId); in includeDocument() local
|
| /packages/services/Telephony/src/com/android/services/telephony/ |
| D | DisconnectCauseUtil.java | 295 Integer resourceId = null; in getLabelFromDisconnectCause() local 440 Integer resourceId = null; in getLabelFromPreciseDisconnectCause() local 627 Integer resourceId = null; in toTelecomDisconnectCauseDescription() local
|
| /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
| D | PhotoStoreTest.java | 127 public void runStorageTestForResource(int resourceId, int expectedWidth, in runStorageTestForResource() 157 public void runStorageTestForResourceWithCrop(int resourceId, int expectedWidth, in runStorageTestForResourceWithCrop()
|
| /packages/apps/Dialer/java/com/android/incallui/spam/ |
| D | SpamAlternativeExperimentUtil.java | 41 int resourceId = in getResourceIdByName() local
|
| /packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/model/ |
| D | VisibilityMixin.java | 44 int resourceId = resources.getIdentifier(resourceName, "bool", "android"); in isVisible() local
|
| /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/ |
| D | AudioPlayer.java | 153 public AudioPlayer(Context context, int resourceId, AudioAttributes attrib) { in AudioPlayer() 158 public AudioPlayer(Context context, int resourceId, AudioAttributes attrib, in AudioPlayer()
|
| /packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/view/ |
| D | SafetyEntryView.kt | 189 val resourceId = in setContentDescription() constant
|
| /packages/apps/Settings/tests/unit/src/com/android/settings/accessibility/ |
| D | ReduceBrightColorsPreferenceControllerTest.java | 91 private int resourceId(String type, String name) { in resourceId() method in ReduceBrightColorsPreferenceControllerTest
|
| /packages/apps/DocumentsUI/src/com/android/documentsui/ui/ |
| D | MessageBuilder.java | 85 int resourceId; in generateListMessage() local
|
| /packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/topics/ |
| D | TopicMapperTest.java | 57 int resourceId = in getResourceIdByTopicTest() local
|
| /packages/modules/Connectivity/framework/src/android/net/ |
| D | NattSocketKeepalive.java | 39 int resourceId, in NattSocketKeepalive()
|