Home | History | Annotate | Download | only in euicc

Lines Matching defs:Global

79         mBootCount = Settings.Global.getInt(
80 mContext.getContentResolver(), Settings.Global.BOOT_COUNT, -1);
107 Settings.Global.resetToDefaults(mContext.getContentResolver(), KEY_LAST_BOOT_COUNT);
109 Settings.Global.putInt(mContext.getContentResolver(),
110 Settings.Global.BOOT_COUNT, mBootCount);
119 Settings.Global.putInt(mContext.getContentResolver(), Settings.Global.BOOT_COUNT, 0);
123 Settings.Global.resetToDefaults(mContext.getContentResolver(), KEY_LAST_BOOT_COUNT);
127 Settings.Global.putInt(mContext.getContentResolver(), Settings.Global.BOOT_COUNT, 1);
166 Settings.Global.putInt(mContext.getContentResolver(), Settings.Global.BOOT_COUNT, 0);
182 Settings.Global.putInt(mContext.getContentResolver(), Settings.Global.BOOT_COUNT, 1);
195 Settings.Global.putInt(mContext.getContentResolver(), Settings.Global.BOOT_COUNT, 0);