Searched refs:available (Results 76 - 78 of 78) sorted by relevance

1234

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java4923 int avail = stream.available();
4935 avail = stream.available();
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java476 Slog.v(TAG, "Backup requested but no transport available");
1292 // Add a transport to our set of available backends. If 'transport' is null, this
1568 // as the set of packages with data [supposedly] available in the
1697 // Get the restore-set token for the best-available restore set for this package:
1698 // the active set if possible, else the ancestral one. Returns zero if none available.
4335 Slog.i(TAG, "No restore data available");
4367 Slog.e(TAG, "No restore metadata available, so not restoring settings");
4948 // Is the given app an available participant?
5273 public void setBackupProvisioned(boolean available) { argument
5308 // Report all known, available backu
[all...]
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java355 // All available activities, for your resolving pleasure.
359 // All available receivers, for your resolving pleasure.
363 // All available services, for your resolving pleasure.
387 // Broadcast actions that are only available to the system.
5412 * Check if the external storage media is available. This is true if there
6040 // available -- just fire the post-install work request directly.
7423 // Utility method used to create code paths based on package name and available index.
9427 final int avail = in.available();
9535 * Called by MountService when the initial ASECs to scan are available.
10031 // Send resources available broadcas
[all...]

Completed in 102 milliseconds

1234