Searched refs:mRegisteredContext (Results 1 – 3 of 3) sorted by relevance
49 Context mRegisteredContext; field in PackageChangeReceiver58 if (mRegisteredContext != null) { in register()62 mRegisteredContext = user == null ? context : context.createContextAsUser(user, 0); in register()63 mRegisteredContext.registerReceiver(this, sPackageIntentFilter, null, handler); in register()70 if (mRegisteredContext == null) { in unregister()73 mRegisteredContext.unregisterReceiver(this); in unregister()74 mRegisteredContext = null; in unregister()
63 Context mRegisteredContext; field in PackageMonitor93 if (mRegisteredContext != null) { in register()96 mRegisteredContext = context; in register()120 if (mRegisteredContext == null) { in unregister()123 mRegisteredContext.unregisterReceiver(this); in unregister()124 mRegisteredContext = null; in unregister()
87459 Lcom/android/internal/content/PackageMonitor;->mRegisteredContext:Landroid/content/Context;