Searched defs:backup (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
D | BluetoothMnsObexServer.java | 124 final boolean backup, final boolean create) { in onSetPath()
|
/frameworks/base/obex/javax/obex/ |
D | ServerRequestHandler.java | 171 public int onSetPath(HeaderSet request, HeaderSet reply, boolean backup, boolean create) { in onSetPath()
|
D | ClientSession.java | 332 public HeaderSet setPath(HeaderSet header, boolean backup, boolean create) throws IOException { in setPath()
|
/frameworks/base/services/core/java/com/android/server/updates/ |
D | SELinuxPolicyInstallReceiver.java | 105 File backup = new File(updateDir.getParentFile(), "backup"); in applyUpdate() local
|
/frameworks/base/core/java/android/view/ |
D | WindowManager.java | 2303 void backup() { in backup() method in WindowManager.LayoutParams 2304 int[] backup = mCompatibilityParamsBackup; in backup() local 2320 int[] backup = mCompatibilityParamsBackup; in restore() local
|
/frameworks/base/core/java/android/content/pm/ |
D | IPackageManager.aidl | 280 void restorePreferredActivities(in byte[] backup, int userId); in restorePreferredActivities() 282 void restoreDefaultApps(in byte[] backup, int userId); in restoreDefaultApps() 284 void restoreIntentFilterVerification(in byte[] backup, int userId); in restoreIntentFilterVerification() 286 void restorePermissionGrants(in byte[] backup, int userId); in restorePermissionGrants()
|
/frameworks/av/media/libstagefright/omx/ |
D | OMXNodeInstance.cpp | 1253 sp<ABuffer> backup = buffer_meta->getBuffer(header, true /* backup */, false /* limit */); in emptyBuffer() local
|