Searched refs:mUninstallId (Results 1 – 1 of 1) sorted by relevance
55 private int mUninstallId; field in UninstallUninstalling89 mUninstallId = UninstallEventReceiver.addObserver(this, in onCreate()94 broadcastIntent.putExtra(EventResultPersister.EXTRA_ID, mUninstallId); in onCreate()97 PendingIntent pendingIntent = PendingIntent.getBroadcast(this, mUninstallId, in onCreate()113 mUninstallId = savedInstanceState.getInt(UNINSTALL_ID); in onCreate()114 UninstallEventReceiver.addObserver(this, mUninstallId, this); in onCreate()127 outState.putInt(UNINSTALL_ID, mUninstallId); in onSaveInstanceState()165 UninstallEventReceiver.removeObserver(this, mUninstallId); in onDestroy()