Searched refs:setSnapshotListener (Results 1 – 4 of 4) sorted by relevance
47 mStorage.setSnapshotListener(recoveryAgentUid, intent); in hasListener_isTrueForRegisteredUid()71 mStorage.setSnapshotListener(recoveryAgentUid, intent); in setSnapshotListener_invokesIntentImmediatelyIfPreviouslyNotified()95 mStorage.setSnapshotListener(recoveryAgentUid, intent); in setSnapshotListener_doesNotRepeatedlyInvokeListener()96 mStorage.setSnapshotListener(recoveryAgentUid, intent); in setSnapshotListener_doesNotRepeatedlyInvokeListener()
1124 verify(mMockListenersStorage).setSnapshotListener(eq(uid), any(PendingIntent.class)); in setSnapshotCreatedPendingIntent()
49 public synchronized void setSnapshotListener( in setSnapshotListener() method in RecoverySnapshotListenersStorage
388 mListenersStorage.setSnapshotListener(uid, intent); in setSnapshotCreatedPendingIntent()