Searched refs:hasSentValidBubble (Results 1 – 4 of 4) sorted by relevance
68 boolean hasSentValidBubble(String pkg, int uid); in hasSentValidBubble() method
800 boolean valueChanged = !r.hasSentValidBubble; in setValidBubbleSent()801 r.hasSentValidBubble = true; in setValidBubbleSent()806 boolean hasSentValidBubble(String packageName, int uid) { in hasSentValidBubble() method in PreferencesHelper809 return r.hasSentValidBubble; in hasSentValidBubble()2915 boolean hasSentValidBubble = false; field in PreferencesHelper.PackagePreferences
3795 public boolean hasSentValidBubble(String pkg, int uid) {3797 return mPreferencesHelper.hasSentValidBubble(pkg, uid);
647 assertTrue(mHelper.hasSentValidBubble(PKG_P, UID_P)); in testChannelXmlForBackup()5425 assertFalse(mHelper.hasSentValidBubble(PKG_P, UID_P)); in testValidBubbleSent()5429 assertTrue(mHelper.hasSentValidBubble(PKG_P, UID_P)); in testValidBubbleSent()