Searched defs:configurationIntent (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/services/robotests/src/com/android/server/backup/testing/
H A DTransportData.java75 @Nullable public Intent configurationIntent; field in class:TransportData
85 Intent configurationIntent,
93 this.configurationIntent = configurationIntent;
103 Intent configurationIntent,
112 configurationIntent,
132 configurationIntent,
144 configurationIntent,
80 TransportData( @ransportTestUtils.TransportStatus int transportStatus, String transportName, String transportComponentShort, String transportDirName, Intent configurationIntent, String currentDestinationString, Intent dataManagementIntent, String dataManagementLabel) argument
99 TransportData( String transportName, String transportComponentShort, String transportDirName, Intent configurationIntent, String currentDestinationString, Intent dataManagementIntent, String dataManagementLabel) argument
/frameworks/base/core/java/android/app/backup/
H A DBackupTransport.java124 public Intent configurationIntent() { method in class:BackupTransport
639 public Intent configurationIntent() throws RemoteException { method in class:BackupTransport.TransportImpl
640 return BackupTransport.this.configurationIntent();
H A DBackupManager.java480 * @param configurationIntent An {@link Intent} that can be passed to
502 @Nullable Intent configurationIntent,
512 configurationIntent,
499 updateTransportAttributes( ComponentName transportComponent, String name, @Nullable Intent configurationIntent, String currentDestinationString, @Nullable Intent dataManagementIntent, @Nullable String dataManagementLabel) argument
/frameworks/base/services/backup/java/com/android/server/backup/
H A DTransportManager.java230 .configurationIntent;
307 @Nullable Intent configurationIntent,
319 description.configurationIntent = configurationIntent;
637 transport.configurationIntent(),
666 @Nullable private Intent configurationIntent; field in class:TransportManager.TransportDescription
674 @Nullable Intent configurationIntent,
680 this.configurationIntent = configurationIntent;
304 updateTransportAttributes( ComponentName transportComponent, String name, @Nullable Intent configurationIntent, String currentDestinationString, @Nullable Intent dataManagementIntent, @Nullable String dataManagementLabel) argument
671 TransportDescription( String name, String transportDirName, @Nullable Intent configurationIntent, String currentDestinationString, @Nullable Intent dataManagementIntent, @Nullable String dataManagementLabel) argument
H A DBackupManagerServiceInterface.java127 Intent configurationIntent,
124 updateTransportAttributes( ComponentName transportComponent, String name, Intent configurationIntent, String currentDestinationString, Intent dataManagementIntent, String dataManagementLabel) argument
H A DTrampoline.java366 @Nullable Intent configurationIntent,
375 configurationIntent,
363 updateTransportAttributes( ComponentName transportComponent, String name, @Nullable Intent configurationIntent, String currentDestinationString, @Nullable Intent dataManagementIntent, String dataManagementLabel) argument
H A DBackupManagerService.java2942 * @param configurationIntent An {@link Intent} that can be passed to
2961 @Nullable Intent configurationIntent,
2969 configurationIntent,
2980 @Nullable Intent configurationIntent,
3011 configurationIntent,
2958 updateTransportAttributes( ComponentName transportComponent, String name, @Nullable Intent configurationIntent, String currentDestinationString, @Nullable Intent dataManagementIntent, @Nullable String dataManagementLabel) argument
2976 updateTransportAttributes( int callingUid, ComponentName transportComponent, String name, @Nullable Intent configurationIntent, String currentDestinationString, @Nullable Intent dataManagementIntent, @Nullable String dataManagementLabel) argument
/frameworks/base/core/java/com/android/internal/backup/
H A DLocalTransport.java126 public Intent configurationIntent() { method in class:LocalTransport

Completed in 293 milliseconds