Searched refs:nullCipherState (Results 1 – 2 of 2) sorted by relevance
116 @CellularNetworkSecuritySafetySource.NullCipherState int nullCipherState = in onSecurityAlgorithmUpdate() local118 mSafetySource.setNullCipherState(context, subId, nullCipherState); in onSecurityAlgorithmUpdate()
121 Context context, int subId, @NullCipherState int nullCipherState) { in setNullCipherState() argument122 mNullCipherStates.put(subId, nullCipherState); in setNullCipherState()