Searched refs:mUninstallId (Results 1 – 1 of 1) sorted by relevance
56 private int mUninstallId; field in UninstallUninstalling106 mUninstallId = UninstallEventReceiver.addObserver(this, in onCreate()111 broadcastIntent.putExtra(EventResultPersister.EXTRA_ID, mUninstallId); in onCreate()114 PendingIntent pendingIntent = PendingIntent.getBroadcast(this, mUninstallId, in onCreate()127 mUninstallId = savedInstanceState.getInt(UNINSTALL_ID); in onCreate()128 UninstallEventReceiver.addObserver(this, mUninstallId, this); in onCreate()141 outState.putInt(UNINSTALL_ID, mUninstallId); in onSaveInstanceState()174 UninstallEventReceiver.removeObserver(this, mUninstallId); in onDestroy()