Searched refs:smsState (Results 1 - 2 of 2) sorted by path

/packages/apps/Settings/src/com/android/settings/applications/
H A DAppStateSmsPremBridge.java58 state.smsState = getSmsState(pkg);
78 public int smsState; field in class:AppStateSmsPremBridge.SmsState
81 return smsState == SmsUsageMonitor.PREMIUM_SMS_PERMISSION_ALWAYS_ALLOW;
92 return info.extraInfo instanceof SmsState && ((SmsState) info.extraInfo).smsState
H A DPremiumSmsAccess.java95 int smsState = Integer.parseInt((String) newValue);
96 logSpecialPermissionChange(smsState, pref.mAppEntry.info.packageName);
97 mSmsBackend.setSmsState(pref.mAppEntry.info.packageName, smsState);
102 void logSpecialPermissionChange(int smsState, String packageName) { argument
104 switch (smsState) {
220 ? ((SmsState) mAppEntry.extraInfo).smsState

Completed in 79 milliseconds