Searched refs:name (Results 201 - 225 of 1628) sorted by path

1234567891011>>

/frameworks/base/core/java/android/app/
H A DIInstrumentationWatcher.aidl26 void instrumentationStatus(in ComponentName name, int resultCode,
28 void instrumentationFinished(in ComponentName name, int resultCode,
H A DIServiceConnection.aidl24 void connected(in ComponentName name, IBinder service);
H A DIWallpaperManager.aidl32 ParcelFileDescriptor setWallpaper(String name);
37 void setWallpaperComponent(in ComponentName name);
56 * Return whether there is a wallpaper set with the given name.
58 boolean hasNamedWallpaper(String name);
82 * Returns the name of the wallpaper. Private API.
H A DInstrumentation.java245 * Returns complete component name of this instrumentation.
247 * @return Returns the complete component name for this instrumentation.
360 * (its class name is specified in the Intent that this method ultimately
396 ai.applicationInfo.packageName, ai.name));
971 * @param className The name of the class implementing the Application
1055 * @param className The name of the class implementing the Activity
1840 public InstrumentationThread(String name) { argument
1841 super(name);
H A DIntentService.java73 * @param name Used to name the worker thread, important only for debugging.
75 public IntentService(String name) { argument
77 mName = name;
H A DLauncherActivity.java79 label = resolveInfo.activityInfo.name;
86 className = ci.name;
H A DLoadedApk.java233 * @param packageName the name of the package (note: not its
234 * file name)
421 * attribute specifying a non-default process name,
1059 public void connected(ComponentName name, IBinder service) throws RemoteException { argument
1062 sd.connected(name, service);
1131 public void connected(ComponentName name, IBinder service) { argument
1133 mActivityThread.post(new RunConnection(name, service, 0));
1135 doConnected(name, service);
1139 public void death(ComponentName name, IBinder service) { argument
1144 old = mActiveConnections.remove(name);
1160 doConnected(ComponentName name, IBinder service) argument
1212 doDeath(ComponentName name, IBinder service) argument
1217 RunConnection(ComponentName name, IBinder service, int command) argument
1238 DeathMonitor(ComponentName name, IBinder service) argument
[all...]
H A DLocalActivityManager.java54 final String id; // Unique name of this record.
309 (aInfo.name.equals(r.activityInfo.name) &&
H A DPendingIntent.java51 * name explicitly set to one of your own components, to ensure it is ultimately
161 public CanceledException(String name) { argument
162 super(name);
761 * Return the package name of the application that created this
775 * @return The package name of the PendingIntent, or null if there is
H A DPresentation.java314 public Object getSystemService(String name) {
315 if (Context.WINDOW_SERVICE.equals(name)) {
318 return super.getSystemService(name);
H A DSearchableInfo.java117 * Gets the name of the package where the suggestion provider lives,
125 * Gets the component name of the searchable activity.
127 * @return A component name, never {@code null}.
306 * @param cName The component name of the searchable activity
464 * Gets the name of the column to get the suggestion action message from.
531 ComponentName cName = new ComponentName(activityInfo.packageName, activityInfo.name);
538 Log.d(LOG_TAG, "Checked " + activityInfo.name
547 Log.d(LOG_TAG, "Checked " + activityInfo.name + ", no searchable meta-data");
558 * @param cName The component name of the searchable activity
616 * Gets the "label" (user-visible name) o
[all...]
H A DWallpaperInfo.java55 * The wallpaper setting activity's name, to
161 * Return the class name of the service component that implements
165 return mService.serviceInfo.name;
181 mService.serviceInfo.name);
253 * Return the class name of an activity that provides a settings UI for
257 * composed of {@link #getPackageName} and the class name returned here.
274 return "WallpaperInfo{" + mService.serviceInfo.name
H A DWallpaperManager.java833 String name = "res:" + resources.getResourceName(resid);
834 return sGlobals.mService.hasNamedWallpaper(name);
1040 * name to avoid collisions, such as "com.mycompany.wallpaper.DOIT".
/frameworks/base/core/java/android/app/admin/
H A DDeviceAdminInfo.java330 * Return the class name of the receiver component that implements
334 return mReceiver.activityInfo.name;
350 mReceiver.activityInfo.name);
415 * Return the XML tag name for the given policy identifier. Valid identifiers
455 return "DeviceAdminInfo{" + mReceiver.activityInfo.name + "}";
H A DDevicePolicyManager.java138 * A String extra holding the package name of the mobile device management application that
142 * {@link #ACTION_PROVISION_MANAGED_PROFILE} this package has to match the package name of the
703 * @param admin The name of the admin component to check, or null to aggregate
756 * @param admin The name of the admin component to check, or null to aggregate
815 * @param admin The name of the admin component to check, or null to
876 * @param admin The name of the admin component to check, or null to
935 * @param admin The name of the admin component to check, or null to
994 * @param admin The name of the admin component to check, or null to
1052 * @param admin The name of the admin component to check, or null to
1111 * @param admin The name o
3008 createUser(ComponentName admin, String name) argument
3041 createAndInitializeUser(ComponentName admin, String name, String ownerName, ComponentName profileOwnerComponent, Bundle adminExtras) argument
[all...]
H A DIDevicePolicyManager.aidl157 UserHandle createUser(in ComponentName who, in String name);
158 UserHandle createAndInitializeUser(in ComponentName who, in String name, in String profileOwnerName, in ComponentName profileOwnerComponent, in Bundle adminExtras);
/frameworks/base/core/java/android/app/backup/
H A DBackupTransport.java64 * Ask the transport for the name under which it should be registered. This will
65 * typically be its host service's component name, but need not be.
67 public String name() { method in class:BackupTransport
68 throw new UnsupportedOperationException("Transport name() not implemented");
92 * include the name of the currently-active account here.
143 * returned string should be a name that is expected to be unambiguous among all
144 * available backup transports; the name of the class implementing the transport
147 * @return A unique name, suitable for use as a file or directory name, that the
283 * Get the package name o
495 public String name() throws RemoteException { method in class:BackupTransport.TransportImpl
[all...]
H A DIFullBackupRestoreObserver.aidl35 * @param name The name of the application being saved. This will typically be a
36 * user-meaningful name such as "Browser" rather than a package name such as
39 void onBackupPackage(String name);
54 * @param name The name of the application being saved. This will typically be a
55 * user-meaningful name such as "Browser" rather than a package name such as
58 void onRestorePackage(String name);
[all...]
H A DRecentsBackupHelper.java91 String name = key.substring(RECENTS_TASK_KEY.length());
92 output = new File(mRestoredTasksDir, name);
95 String name = key.substring(RECENTS_IMAGE_KEY.length());
96 output = new File(mRestoredImagesDir, name);
H A DRestoreSet.java32 * Name of this restore set. May be user generated, may simply be the name
35 public String name; field in class:RestoreSet
56 name = _name;
68 out.writeString(name);
85 name = in.readString();
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java265 * by a page scan of each new device to retrieve its Bluetooth name.
289 * Bluetooth name.
290 * <p>This name is visible to remote Bluetooth devices.
292 * the name.
300 * intents to request the local Bluetooth name.
643 * Get the friendly Bluetooth name of the local Bluetooth adapter.
644 * <p>This name is visible to remote Bluetooth devices.
647 * @return the Bluetooth name, or null on error
694 * Set the friendly Bluetooth name of the local Bluetooth adapter.
695 * <p>This name i
708 setName(String name) argument
1126 listenUsingRfcommWithServiceRecord(String name, UUID uuid) argument
1157 listenUsingInsecureRfcommWithServiceRecord(String name, UUID uuid) argument
1195 listenUsingEncryptedRfcommWithServiceRecord( String name, UUID uuid) argument
1201 createNewRfcommSocketAndRecord(String name, UUID uuid, boolean auth, boolean encrypt) argument
[all...]
H A DBluetoothDevice.java36 * it, such as the name, address, class, and bonding state.
161 * Broadcast Action: Indicates the friendly name of a remote device has
205 * #ACTION_FOUND} intents. It contains the friendly Bluetooth name.
324 * Broadcast Action: Indicates a failure to retrieve the name of a remote
381 * Contains package name to return reply intent to.
388 * Contains class name to return reply intent to.
680 * Get the friendly Bluetooth name of the remote device.
684 * the name for this device from the cache.
687 * @return the Bluetooth name, or null if there was a problem.
691 Log.e(TAG, "BT not enabled. Cannot get Remote Device name");
[all...]
H A DBluetoothHealth.java138 * @param name The friendly name associated with the application or configuration.
145 public boolean registerSinkAppConfiguration(String name, int dataType, argument
147 if (!isEnabled() || name == null) return false;
149 if (VDBG) log("registerSinkApplication(" + name + ":" + dataType + ")");
150 return registerAppConfiguration(name, dataType, SINK_ROLE,
161 * @param name The friendly name associated with the application or configuration.
170 public boolean registerAppConfiguration(String name, int dataType, int role, argument
173 if (!isEnabled() || !checkAppParam(name, rol
555 checkAppParam(String name, int role, int channelType, BluetoothHealthCallback callback) argument
[all...]
H A DBluetoothHealthAppConfiguration.java39 * @param name Friendly name associated with the application configuration
43 BluetoothHealthAppConfiguration(String name, int dataType) { argument
44 mName = name;
53 * @param name Friendly name associated with the application configuration
59 BluetoothHealthAppConfiguration(String name, int dataType, int role, int argument
61 mName = name;
111 * Return the name of the application configuration.
113 * @return String name
[all...]
H A DBluetoothMasInstance.java29 public BluetoothMasInstance(int id, String name, int channel, int msgTypes) { argument
31 mName = name;

Completed in 1431 milliseconds

1234567891011>>