Home
last modified time | relevance | path

Searched defs:agent (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/app/backup/
DIBackupManager.aidl59 void agentConnected(String packageName, IBinder agent); in agentConnected()
/frameworks/base/services/java/com/android/server/
DBackupManagerService.java1600 IBackupAgent agent = null; in bindToAgentSynchronous() local
1941 IBackupAgent agent = null; in invokeNextAgent() local
2034 int invokeAgentForBackup(String packageName, IBackupAgent agent, in invokeAgentForBackup()
2252 FullBackupRunner(PackageInfo pack, IBackupAgent agent, ParcelFileDescriptor pipe, in FullBackupRunner()
2554 IBackupAgent agent = bindToAgentSynchronous(pkg.applicationInfo, in backupOnePackage() local
2650 IBackupAgent agent = bindToAgentSynchronous(pkg.applicationInfo, in backupSharedStorage() local
2865 RestoreFileRunnable(IBackupAgent agent, FileMetadata info, in RestoreFileRunnable()
4372 IBackupAgent agent = bindToAgentSynchronous( in restoreNextAgent() local
4446 void initiateOneRestore(PackageInfo app, int appVersionCode, IBackupAgent agent, in initiateOneRestore()
5291 IBackupAgent agent = IBackupAgent.Stub.asInterface(agentBinder); in agentConnected() local
/frameworks/base/core/java/android/app/
DActivityThread.java2154 BackupAgent agent = null; in handleCreateBackupAgent() local
2209 BackupAgent agent = mBackupAgents.get(packageName); in handleDestroyBackupAgent() local
DActivityManagerNative.java1171 IBinder agent = data.readStrongBinder(); in onTransact() local
2418 public void backupAgentCreated(String packageName, IBinder agent) throws RemoteException { in backupAgentCreated()
DIActivityManager.java183 public void backupAgentCreated(String packageName, IBinder agent) throws RemoteException; in backupAgentCreated()
/frameworks/base/tools/aapt/
DResource.cpp2118 String8 agent = getAttribute(tree, "http://schemas.android.com/apk/res/android", in writeProguardForAndroidManifest() local
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java11256 public void backupAgentCreated(String agentPackageName, IBinder agent) { in backupAgentCreated()