Searched defs:stable (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/content/
H A DContentProviderClient.java72 ContentResolver contentResolver, IContentProvider contentProvider, boolean stable) {
76 mStable = stable;
71 ContentProviderClient( ContentResolver contentResolver, IContentProvider contentProvider, boolean stable) argument
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java801 boolean stable = data.readInt() != 0;
802 ContentProviderHolder cph = getContentProvider(app, name, userId, stable);
843 int stable = data.readInt();
845 boolean res = refContentProvider(b, stable, unstable);
870 boolean stable = data.readInt() != 0;
871 removeContentProvider(b, stable);
3305 String name, int userId, boolean stable) throws RemoteException {
3312 data.writeInt(stable ? 1 : 0);
3356 public boolean refContentProvider(IBinder connection, int stable, int unstable) argument
3362 data.writeInt(stable);
3304 getContentProvider(IApplicationThread caller, String name, int userId, boolean stable) argument
3395 removeContentProvider(IBinder connection, boolean stable) argument
[all...]
H A DActivityThread.java3309 // When this is set, the stable and unstable ref counts are 0 and
4595 false /*noisy*/, true /*noReleaseNeeded*/, true /*stable*/);
4610 Context c, String auth, int userId, boolean stable) {
4611 final IContentProvider provider = acquireExistingProvider(c, auth, userId, stable);
4625 getApplicationThread(), auth, userId, stable);
4636 true /*noisy*/, holder.noReleaseNeeded, stable);
4640 private final void incProviderRefLocked(ProviderRefCount prc, boolean stable) { argument
4641 if (stable) {
4644 // We are acquiring a new stable reference on the provider.
4649 // that unstable reference to our new stable referenc
4609 acquireProvider( Context c, String auth, int userId, boolean stable) argument
4708 acquireExistingProvider( Context c, String auth, int userId, boolean stable) argument
4738 releaseProvider(IContentProvider provider, boolean stable) argument
4953 installProvider(Context context, IActivityManager.ContentProviderHolder holder, ProviderInfo info, boolean noisy, boolean noReleaseNeeded, boolean stable) argument
[all...]
H A DIActivityManager.java145 String name, int userId, boolean stable) throws RemoteException;
148 public void removeContentProvider(IBinder connection, boolean stable) throws RemoteException; argument
144 getContentProvider(IApplicationThread caller, String name, int userId, boolean stable) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java5433 // Record this for posterity if the process has been stable.
5461 // Record this for posterity if the process has been stable.
9082 final ContentProviderRecord cpr, IBinder externalProcessToken, boolean stable) {
9092 if (stable) {
9103 if (stable) {
9120 ContentProviderRecord cpr, IBinder externalProcessToken, boolean stable) {
9128 if (stable) {
9154 String name, IBinder token, boolean stable, int userId) {
9226 conn = incProviderCountLocked(r, cpr, token, stable);
9264 boolean lastRef = decProviderCountLocked(conn, cpr, token, stable);
9081 incProviderCountLocked(ProcessRecord r, final ContentProviderRecord cpr, IBinder externalProcessToken, boolean stable) argument
9119 decProviderCountLocked(ContentProviderConnection conn, ContentProviderRecord cpr, IBinder externalProcessToken, boolean stable) argument
9153 getContentProviderImpl(IApplicationThread caller, String name, IBinder token, boolean stable, int userId) argument
9496 getContentProvider( IApplicationThread caller, String name, int userId, boolean stable) argument
9527 removeContentProvider(IBinder connection, boolean stable) argument
9651 refContentProvider(IBinder connection, int stable, int unstable) argument
[all...]

Completed in 85 milliseconds