/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/ |
D | ZenModePanelTest.java | 56 mForeverId = Condition.newId(mContext).appendPath("forever").build(); in setup() 89 Uri foreverId = Condition.newId(mContext).appendPath("forever").build(); in testHandleUpdateConditions_foreverSelected_noAlarm() 101 Uri foreverId = Condition.newId(mContext).appendPath("forever").build(); in testHandleUpdateConditions_countdownSelected_alarmExists() 116 Uri foreverId = Condition.newId(mContext).appendPath("forever").build(); in testHandleUpdateConditions_countdownSelected_noAlarm() 131 Uri foreverId = Condition.newId(mContext).appendPath("forever").build(); in testHandleUpdateConditions_nextAlarmSelected() 147 Uri foreverId = Condition.newId(mContext).appendPath("forever").build(); in testHandleUpdateConditions_foreverSelected_alarmConditionDoesNotChangeIfAttached() 166 Uri foreverId = Condition.newId(mContext).appendPath("forever").build(); in testHandleUpdateConditions_foreverSelected_timeConditionDoesNotChangeIfAttached()
|
/frameworks/base/core/java/com/android/internal/content/ |
D | PackageHelper.java | 168 public static boolean renameSdDir(String oldId, String newId) { in renameSdDir() argument 170 int rc = getStorageManager().renameSecureContainer(oldId, newId); in renameSdDir() 173 newId + "with rc " + rc); in renameSdDir() 178 Log.i(TAG, "Failed ot rename " + oldId + " to " + newId + in renameSdDir()
|
/frameworks/base/libs/storage/include/storage/ |
D | IMountService.h | 59 const String16& newId) = 0;
|
/frameworks/base/services/appwidget/java/com/android/server/appwidget/ |
D | AppWidgetServiceImpl.java | 4446 newIds[nextPending] = r.newId; in restoreFinished() 4449 Slog.i(TAG, " " + r.oldId + " => " + r.newId); in restoreFinished() 4480 newIds[nextPending] = r.newId; in restoreFinished() 4483 Slog.i(TAG, " " + r.oldId + " => " + r.newId); in restoreFinished() 4557 private void stashProviderRestoreUpdateLocked(Provider provider, int oldId, int newId) { in stashProviderRestoreUpdateLocked() argument 4564 if (alreadyStashed(r, oldId, newId)) { in stashProviderRestoreUpdateLocked() 4566 Slog.i(TAG, "ID remap " + oldId + " -> " + newId in stashProviderRestoreUpdateLocked() 4572 r.add(new RestoreUpdateRecord(oldId, newId)); in stashProviderRestoreUpdateLocked() 4576 final int oldId, final int newId) { in alreadyStashed() argument 4580 if (r.oldId == oldId && r.newId == newId) { in alreadyStashed() [all …]
|
/frameworks/base/core/java/android/service/notification/ |
D | Condition.java | 214 public static Uri.Builder newId(Context context) { in newId() method in Condition
|
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
D | SystemMediaRouteProvider.java | 354 String newId = String.format(Locale.US, "%s_%d", id, i); in assignRouteId() local 355 if (findSystemRouteRecordByDescriptorId(newId) < 0) { in assignRouteId() 356 return newId; in assignRouteId()
|
/frameworks/base/libs/storage/ |
D | IMountService.cpp | 354 int32_t renameSecureContainer(const String16& oldId, const String16& newId) in renameSecureContainer() argument 359 data.writeString16(newId); in renameSecureContainer()
|
/frameworks/base/core/java/android/view/autofill/ |
D | AutofillManager.java | 1077 final int newId = mService.updateOrRestartSession(mContext.getActivityToken(), in updateSessionLocked() local 1080 if (newId != mSessionId) { in updateSessionLocked() 1081 if (sDebug) Log.d(TAG, "Session restarted: " + mSessionId + "=>" + newId); in updateSessionLocked() 1082 mSessionId = newId; in updateSessionLocked()
|
/frameworks/base/core/java/android/os/storage/ |
D | IStorageManager.aidl | 125 int renameSecureContainer(in String oldId, in String newId) = 16; in renameSecureContainer() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | UserSwitcherController.java | 430 int newId = UserHandle.USER_SYSTEM; in showExitGuestDialog() local 434 newId = info.id; in showExitGuestDialog() 437 showExitGuestDialog(id, newId); in showExitGuestDialog()
|
/frameworks/av/media/libstagefright/ |
D | MediaCodec.cpp | 3003 uint64_t oldId, newId; in connectToSurface() local 3005 && surface->getUniqueId(&newId) == NO_ERROR in connectToSurface() 3007 && newId == oldId) { in connectToSurface()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | ZenModePanel.java | 146 mForeverId = Condition.newId(mContext).appendPath("forever").build(); in ZenModePanel()
|
/frameworks/base/services/core/java/com/android/server/ |
D | StorageManagerService.java | 2419 public int renameSecureContainer(String oldId, String newId) { in renameSecureContainer() argument 2429 if (mAsecMountSet.contains(oldId) || mAsecMountSet.contains(newId)) { in renameSecureContainer() 2436 mConnector.execute("asec", "rename", oldId, newId); in renameSecureContainer()
|
/frameworks/base/api/ |
D | current.txt | 37358 method public static android.net.Uri.Builder newId(android.content.Context);
|
D | test-current.txt | 37590 method public static android.net.Uri.Builder newId(android.content.Context);
|
D | system-current.txt | 40462 method public static android.net.Uri.Builder newId(android.content.Context);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 30042 HSPLandroid/service/notification/Condition;->newId(Landroid/content/Context;)Landroid/net/Uri$Build…
|