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

/frameworks/base/core/java/android/content/
H A DContentProviderClient.java55 IContentProvider contentProvider, boolean stable) {
58 mStable = stable;
54 ContentProviderClient(ContentResolver contentResolver, IContentProvider contentProvider, boolean stable) argument
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java636 boolean stable = data.readInt() != 0;
637 ContentProviderHolder cph = getContentProvider(app, name, userId, stable);
678 int stable = data.readInt();
680 boolean res = refContentProvider(b, stable, unstable);
697 boolean stable = data.readInt() != 0;
698 removeContentProvider(b, stable);
2521 String name, int userId, boolean stable) throws RemoteException {
2528 data.writeInt(stable ? 1 : 0);
2572 public boolean refContentProvider(IBinder connection, int stable, int unstable) argument
2578 data.writeInt(stable);
2520 getContentProvider(IApplicationThread caller, String name, int userId, boolean stable) argument
2598 removeContentProvider(IBinder connection, boolean stable) argument
[all...]
H A DIActivityManager.java120 String name, int userId, boolean stable) throws RemoteException;
123 public void removeContentProvider(IBinder connection, boolean stable) throws RemoteException; argument
119 getContentProvider(IApplicationThread caller, String name, int userId, boolean stable) argument
H A DActivityThread.java3065 // When this is set, the stable and unstable ref counts are 0 and
4431 false /*noisy*/, true /*noReleaseNeeded*/, true /*stable*/);
4446 Context c, String auth, int userId, boolean stable) {
4447 final IContentProvider provider = acquireExistingProvider(c, auth, userId, stable);
4461 getApplicationThread(), auth, userId, stable);
4472 true /*noisy*/, holder.noReleaseNeeded, stable);
4476 private final void incProviderRefLocked(ProviderRefCount prc, boolean stable) { argument
4477 if (stable) {
4480 // We are acquiring a new stable reference on the provider.
4485 // that unstable reference to our new stable referenc
4445 acquireProvider( Context c, String auth, int userId, boolean stable) argument
4542 acquireExistingProvider( Context c, String auth, int userId, boolean stable) argument
4572 releaseProvider(IContentProvider provider, boolean stable) argument
4771 installProvider(Context context, IActivityManager.ContentProviderHolder holder, ProviderInfo info, boolean noisy, boolean noReleaseNeeded, boolean stable) argument
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java6308 final ContentProviderRecord cpr, IBinder externalProcessToken, boolean stable) {
6318 if (stable) {
6329 if (stable) {
6345 ContentProviderRecord cpr, IBinder externalProcessToken, boolean stable) {
6353 if (stable) {
6370 String name, IBinder token, boolean stable, int userId) {
6413 conn = incProviderCountLocked(r, cpr, token, stable);
6447 boolean lastRef = decProviderCountLocked(conn, cpr, token, stable);
6592 conn = incProviderCountLocked(r, cpr, token, stable);
6634 IApplicationThread caller, String name, int userId, boolean stable) {
6307 incProviderCountLocked(ProcessRecord r, final ContentProviderRecord cpr, IBinder externalProcessToken, boolean stable) argument
6344 decProviderCountLocked(ContentProviderConnection conn, ContentProviderRecord cpr, IBinder externalProcessToken, boolean stable) argument
6369 getContentProviderImpl(IApplicationThread caller, String name, IBinder token, boolean stable, int userId) argument
6633 getContentProvider( IApplicationThread caller, String name, int userId, boolean stable) argument
6666 removeContentProvider(IBinder connection, boolean stable) argument
6779 refContentProvider(IBinder connection, int stable, int unstable) argument
[all...]

Completed in 393 milliseconds