Home
last modified time | relevance | path

Searched refs:NullCipherNotifier (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/security/
DNullCipherNotifierTest.java123 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/
DNullCipherNotifier.java53 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/
DTelephonyComponentFactory.java52 import com.android.internal.telephony.security.NullCipherNotifier;
596 public NullCipherNotifier makeNullCipherNotifier(
598 return NullCipherNotifier.getInstance(safetySource);
DGsmCdmaPhone.java121 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/
DTelephonyTest.java130 import com.android.internal.telephony.security.NullCipherNotifier;
293 protected NullCipherNotifier mNullCipherNotifier;
580 mNullCipherNotifier = Mockito.mock(NullCipherNotifier.class); in setUp()
/frameworks/base/boot/
Dpreloaded-classes12815 com.android.internal.telephony.security.NullCipherNotifier
Dboot-image-profile.txt35256 Lcom/android/internal/telephony/security/NullCipherNotifier;
/frameworks/base/config/
Dpreloaded-classes12846 com.android.internal.telephony.security.NullCipherNotifier
Dboot-image-profile.txt45417 Lcom/android/internal/telephony/security/NullCipherNotifier;