/aosp12/frameworks/base/core/java/android/net/ |
H A D | IpSecManager.java | 193 mResourceId = INVALID_RESOURCE_ID; in close() 236 mResourceId = result.resourceId; in SecurityParameterIndex() 255 return mResourceId; in getResourceId() 264 .append(mResourceId) in toString() 580 mResourceId = result.resourceId; in UdpEncapsulationSocket() 613 mResourceId = INVALID_RESOURCE_ID; in close() 645 return mResourceId; in getResourceId() 654 .append(mResourceId) in toString() 861 mResourceId = result.resourceId; in IpSecTunnelInterface() 904 return mResourceId; in getResourceId() [all …]
|
H A D | IpSecTransform.java | 93 mResourceId = INVALID_RESOURCE_ID; in IpSecTransform() 138 mResourceId = result.resourceId; in activate() 139 Log.d(TAG, "Added Transform with Id " + mResourceId); in activate() 158 return getConfig().equals(rhs.getConfig()) && mResourceId == rhs.mResourceId; in equals() 172 Log.d(TAG, "Removing Transform with Id " + mResourceId); in close() 175 if (mResourceId == INVALID_RESOURCE_ID) { in close() 181 svc.deleteTransform(mResourceId); in close() 189 mResourceId = INVALID_RESOURCE_ID; in close() 209 private int mResourceId; field in IpSecTransform 216 return mResourceId; in getResourceId() [all …]
|
/aosp12/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/partner/ |
H A D | ResourceEntry.java | 37 private final int mResourceId; field in ResourceEntry 61 mResourceId = resourceId; in ResourceEntry() 73 return this.mResourceId; in getResourceId() 85 result.putInt(KEY_RESOURCE_ID, mResourceId); in toBundle()
|
/aosp12/frameworks/base/core/java/android/security/net/config/ |
H A D | ResourceCertificateSource.java | 39 private final int mResourceId; field in ResourceCertificateSource 46 mResourceId = resourceId; in ResourceCertificateSource() 60 in = mContext.getResources().openRawResource(mResourceId); in ensureInitialized() 63 throw new RuntimeException("Failed to load trust anchors from id " + mResourceId, in ensureInitialized()
|
H A D | XmlConfigSource.java | 37 private final int mResourceId; field in XmlConfigSource 48 mResourceId = resourceId; in XmlConfigSource() 82 try (XmlResourceParser parser = mContext.getResources().getXml(mResourceId)) { in ensureInitialized() 89 + mContext.getResources().getResourceEntryName(mResourceId), e); in ensureInitialized() 388 String packageName = resources.getResourcePackageName(mResourceId); in parseDebugOverridesResource() 389 String entryName = resources.getResourceEntryName(mResourceId); in parseDebugOverridesResource()
|
/aosp12/packages/modules/Connectivity/framework/src/android/net/ |
H A D | NattSocketKeepalive.java | 34 private final int mResourceId; field in NattSocketKeepalive 47 mResourceId = resourceId; in NattSocketKeepalive() 54 mService.startNattKeepaliveWithFd(mNetwork, mPfd, mResourceId, in startImpl()
|
/aosp12/frameworks/base/core/java/android/gesture/ |
H A D | GestureLibraries.java | 146 private final int mResourceId; field in GestureLibraries.ResourceGestureLibrary 150 mResourceId = resourceId; in ResourceGestureLibrary() 166 final InputStream in = context.getResources().openRawResource(mResourceId); in load() 172 context.getResources().getResourceName(mResourceId), e); in load()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
H A D | ActionImage.java | 34 private int mResourceId; field in ActionImage 39 mResourceId = resourceId; in ActionImage() 63 mResourceId); in run()
|
/aosp12/frameworks/base/core/java/android/text/style/ |
H A D | ImageSpan.java | 66 private int mResourceId; field in ImageSpan 223 mResourceId = resourceId; in ImageSpan() 247 drawable = mContext.getDrawable(mResourceId); in getDrawable() 251 Log.e("ImageSpan", "Unable to find resource: " + mResourceId); in getDrawable()
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
H A D | CenterAlignedDynamicDrawableSpan.java | 40 private final int mResourceId; field in CenterAlignedDynamicDrawableSpan 45 this.mResourceId = resourceId; in CenterAlignedDynamicDrawableSpan() 92 Drawable drawable = mContext.getDrawable(mResourceId); in getDrawable()
|
/aosp12/frameworks/base/services/core/java/com/android/server/infra/ |
H A D | FrameworkResourcesServiceNameResolver.java | 52 private final @StringRes int mResourceId; field in FrameworkResourcesServiceNameResolver 88 mResourceId = resourceId; in FrameworkResourcesServiceNameResolver() 101 final String name = mContext.getString(mResourceId); in getDefaultServiceName() 217 pw.print("FrameworkResourcesServiceNamer: resId="); pw.print(mResourceId); in dumpShort()
|
/aosp12/frameworks/ex/framesequence/samples/FrameSequenceSamples/src/com/android/framesequence/samples/ |
H A D | FrameSequenceTest.java | 31 int mResourceId; field in FrameSequenceTest 62 mResourceId = getIntent().getIntExtra("resourceId", R.raw.animated_gif); in onCreate() 102 InputStream is = getResources().openRawResource(mResourceId); in onResume()
|
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/ |
H A D | AudioPlayer.java | 137 private final int mResourceId; field in AudioPlayer 156 mResourceId = resourceId; in AudioPlayer() 254 mContext.getResources().openRawResourceFd(mResourceId); in doStart()
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | IpSecService.java | 496 protected final int mResourceId; field in IpSecService.OwnedResourceRecord 503 mResourceId = resourceId; in OwnedResourceRecord() 528 .append(mResourceId) in toString() 639 Log.e(TAG, "Failed to delete SA with ID: " + mResourceId, e); in freeUnderlyingResources() 647 getUserRecord().removeTransformRecord(mResourceId); in invalidate() 664 .append(mSpi.mResourceId) in toString() 703 Log.e(TAG, "Failed to delete SPI reservation with ID: " + mResourceId, e); in freeUnderlyingResources() 734 getUserRecord().removeSpiRecord(mResourceId); in invalidate() 872 + mResourceId, e); in freeUnderlyingResources() 925 getUserRecord().removeTunnelInterfaceRecord(mResourceId); in invalidate() [all …]
|
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/ |
H A D | NetworkRequestDialogFragment.java | 292 private final int mResourceId; field in NetworkRequestDialogFragment.WifiEntryAdapter 297 mResourceId = resourceId; in WifiEntryAdapter() 304 view = mInflater.inflate(mResourceId, parent, false); in getView()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/wifi/networkrequest/ |
H A D | NetworkRequestDialogFragment.java | 365 private final int mResourceId; field in NetworkRequestDialogFragment.WifiEntryAdapter 370 mResourceId = resourceId; in WifiEntryAdapter() 377 view = mInflater.inflate(mResourceId, parent, false); in getView()
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
H A D | NetworkRequestDialogFragment.java | 348 private final int mResourceId; field in NetworkRequestDialogFragment.AccessPointAdapter 353 mResourceId = resourceId; in AccessPointAdapter() 360 view = mInflater.inflate(mResourceId, parent, false); in getView()
|
/aosp12/frameworks/compile/slang/ |
H A D | slang_rs_reflection.h | 75 std::string mResourceId; variable 163 inline const std::string &getResourceId() const { return mResourceId; } in getResourceId()
|
H A D | slang_rs_reflection.cpp | 505 mResourceId(RSSlangReflectUtils::JavaClassNameFromRSFileName( in RSReflectionJava()
|
/aosp12/frameworks/layoutlib/bridge/src/android/content/res/ |
H A D | BridgeTypedArray.java | 83 private final int[] mResourceId; field in BridgeTypedArray 97 mResourceId = new int[len]; in BridgeTypedArray() 113 mResourceId[index] = resourceId; in bridgeSetValue() 789 outValue.resourceId = mResourceId[index]; in getValue()
|
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/addappnetworks/ |
H A D | AddAppNetworksFragment.java | 526 private final int mResourceId; 532 mResourceId = resourceId; 539 view = mInflater.inflate(mResourceId, parent, false /* attachToRoot */);
|
/aosp12/frameworks/base/core/java/android/content/res/ |
H A D | FontResourcesParser.java | 95 private int mResourceId; field in FontResourcesParser.FontFileResourceEntry
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_util_AssetManager.cpp | 71 jfieldID mResourceId; member 124 env->SetIntField(out_typed_value, gTypedValueOffsets.mResourceId, value.resid); in CopyValue() 1531 gTypedValueOffsets.mResourceId = GetFieldIDOrDie(env, typedValue, "resourceId", "I"); in register_android_content_AssetManager()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 16602 Landroid/content/res/FontResourcesParser$FontFileResourceEntry;->mResourceId:I 18834 Landroid/gesture/GestureLibraries$ResourceGestureLibrary;->mResourceId:I 35985 Landroid/net/IpSecManager$IpSecTunnelInterface;->mResourceId:I 35994 Landroid/net/IpSecManager$SecurityParameterIndex;->mResourceId:I 36007 Landroid/net/IpSecManager$UdpEncapsulationSocket;->mResourceId:I 36056 Landroid/net/IpSecTransform;->mResourceId:I 51942 Landroid/security/net/config/ResourceCertificateSource;->mResourceId:I 51999 Landroid/security/net/config/XmlConfigSource;->mResourceId:I 60108 Landroid/text/style/ImageSpan;->mResourceId:I
|