Home
last modified time | relevance | path

Searched refs:newId (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/
H A DQuaresActivity.kt109 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 DEnableZenModeDialogTest.java80 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 DLogicalDisplayTest.java250 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 DIMountService.h60 const String16& newId) = 0;
/aosp14/frameworks/base/libs/storage/
H A DIMountService.cpp352 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 DAppWidgetServiceImpl.java4899 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 DCondition.java230 public static Uri.Builder newId(Context context) { in newId() method in Condition
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
H A DEnableZenModeDialog.java122 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 DMtpStorageManager.java1261 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 DPeopleSpaceWidgetManager.java1297 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 Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt40853 method public static android.net.Uri.Builder newId(android.content.Context);