/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/ |
H A D | QuaresActivity.kt | 109 val newId = packageManager.getResourcesForApplication(pkg) regex 111 if (newId == 0) { 113 } else if (newId != oldResId) { 115 resId = newId
|
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/notification/ |
H A D | EnableZenModeDialogTest.java | 80 mController.mForeverId = Condition.newId(mContext).appendPath("forever").build(); in setup() 99 Uri alarm = Condition.newId(mContext).appendPath("alarm").build(); in setup() 101 Uri countdown = Condition.newId(mContext).appendPath("countdown").build(); in setup()
|
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/ |
H A D | LogicalDisplayTest.java | 250 int newId = 999; in testUpdateDisplayGroupIdLocked() local 252 mLogicalDisplay.updateDisplayGroupIdLocked(newId); in testUpdateDisplayGroupIdLocked() 260 assertEquals(newId, info3.displayGroupId); in testUpdateDisplayGroupIdLocked()
|
/aosp14/frameworks/base/libs/storage/include/storage/ |
H A D | IMountService.h | 60 const String16& newId) = 0;
|
/aosp14/frameworks/base/libs/storage/ |
H A D | IMountService.cpp | 352 int32_t renameSecureContainer(const String16& oldId, const String16& newId) in renameSecureContainer() argument 357 data.writeString16(newId); in renameSecureContainer()
|
/aosp14/frameworks/base/services/appwidget/java/com/android/server/appwidget/ |
H A D | AppWidgetServiceImpl.java | 4899 newIds[nextPending] = r.newId; in maybeSendWidgetRestoreBroadcastsLocked() 4933 newIds[nextPending] = r.newId; in maybeSendWidgetRestoreBroadcastsLocked() 5016 if (alreadyStashed(r, oldId, newId)) { in stashProviderRestoreUpdateLocked() 5018 Slog.i(TAG, "ID remap " + oldId + " -> " + newId in stashProviderRestoreUpdateLocked() 5024 r.add(new RestoreUpdateRecord(oldId, newId)); in stashProviderRestoreUpdateLocked() 5028 final int oldId, final int newId) { in alreadyStashed() argument 5032 if (r.oldId == oldId && r.newId == newId) { in alreadyStashed() 5045 if (alreadyStashed(r, oldId, newId)) { in stashHostRestoreUpdateLocked() 5053 r.add(new RestoreUpdateRecord(oldId, newId)); in stashHostRestoreUpdateLocked() 5144 public int newId; field in AppWidgetServiceImpl.BackupRestoreController.RestoreUpdateRecord [all …]
|
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A D | Condition.java | 230 public static Uri.Builder newId(Context context) { in newId() method in Condition
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/ |
H A D | EnableZenModeDialog.java | 122 mForeverId = Condition.newId(mContext).appendPath("forever").build(); in createDialog() 275 Uri foreverId = Condition.newId(mContext).appendPath("forever").build(); in forever()
|
/aosp14/frameworks/base/media/java/android/mtp/ |
H A D | MtpStorageManager.java | 1261 private synchronized boolean generalBeginCopyObject(MtpObject obj, boolean newId) { in generalBeginCopyObject() argument 1264 if (newId) { in generalBeginCopyObject() 1270 if (!generalBeginCopyObject(child, newId)) in generalBeginCopyObject()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
H A D | PeopleSpaceWidgetManager.java | 1297 String newId = widgets.get(key); in remapSharedFile() local 1298 if (TextUtils.isEmpty(newId)) { in remapSharedFile() 1302 if (DEBUG) Log.d(TAG, "Key is widget id: " + key + ", replace with: " + newId); in remapSharedFile() 1304 editor.putString(newId, (String) entry.getValue()); in remapSharedFile()
|
/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 | 40853 method public static android.net.Uri.Builder newId(android.content.Context);
|