Searched refs:NullCipherNotifier (Results 1 – 9 of 9) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/security/ |
D | NullCipherNotifierTest.java | 123 NullCipherNotifier notifier = new NullCipherNotifier(mExecutor, mSafetySource); in initializeNotifier_notifierAndSafetySourceDisabled() 131 NullCipherNotifier notifier = new NullCipherNotifier(mExecutor, mSafetySource); in enable_enablesSafetySource() 141 NullCipherNotifier notifier = new NullCipherNotifier(mExecutor, mSafetySource); in disable_disablesSafetySource() 152 NullCipherNotifier notifier = new NullCipherNotifier(mExecutor, mSafetySource); in onSecurityAlgorithmUpdate_enabled_unprotectedEmergency_noSafetySourceUpdate() 170 NullCipherNotifier notifier = new NullCipherNotifier(mExecutor, mSafetySource); in onSecurityAlgorithmUpdate_disabled_noSafetySourceUpdate() 188 NullCipherNotifier notifier = new NullCipherNotifier(mExecutor, mSafetySource); in onSecurityAlgorithmUpdate_enabled_nonTransportLayerEvent_noSafetySourceUpdate() 209 NullCipherNotifier notifier = new NullCipherNotifier(mExecutor, mSafetySource); in onUpdate_enabled_transportLayerEvent_encryptionNullCipher_notifyNonEncrypted() 240 NullCipherNotifier notifier = new NullCipherNotifier(mExecutor, mSafetySource); in onUpdate_enabled_transportLayerEvent_integrityNullCipher_notifyNonEncrypted() 271 NullCipherNotifier notifier = new NullCipherNotifier(mExecutor, mSafetySource); in onUpdate_enabled_transportLayerEvent_encryptionNonNullCipher_encrypted() 302 NullCipherNotifier notifier = new NullCipherNotifier(mExecutor, mSafetySource); in onUpdate_enabled_transportLayerEvent_integrityNonNullCipher_encrypted() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/security/ |
D | NullCipherNotifier.java | 53 public class NullCipherNotifier { class 55 private static NullCipherNotifier sInstance; 72 public static synchronized NullCipherNotifier getInstance( in getInstance() 75 sInstance = new NullCipherNotifier( in getInstance() 83 public NullCipherNotifier( in NullCipherNotifier() method in NullCipherNotifier
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | TelephonyComponentFactory.java | 52 import com.android.internal.telephony.security.NullCipherNotifier; 596 public NullCipherNotifier makeNullCipherNotifier( 598 return NullCipherNotifier.getInstance(safetySource);
|
D | GsmCdmaPhone.java | 121 import com.android.internal.telephony.security.NullCipherNotifier; 307 private NullCipherNotifier mNullCipherNotifier; 573 .inject(NullCipherNotifier.class.getName()) in initOnce()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | TelephonyTest.java | 130 import com.android.internal.telephony.security.NullCipherNotifier; 293 protected NullCipherNotifier mNullCipherNotifier; 580 mNullCipherNotifier = Mockito.mock(NullCipherNotifier.class); in setUp()
|
/frameworks/base/boot/ |
D | preloaded-classes | 12815 com.android.internal.telephony.security.NullCipherNotifier
|
D | boot-image-profile.txt | 35256 Lcom/android/internal/telephony/security/NullCipherNotifier;
|
/frameworks/base/config/ |
D | preloaded-classes | 12846 com.android.internal.telephony.security.NullCipherNotifier
|
D | boot-image-profile.txt | 45417 Lcom/android/internal/telephony/security/NullCipherNotifier;
|