Home | History | Annotate | Download | only in media

Lines Matching refs:System

106         System.loadLibrary("media_jni");
325 * The prefix for system properties that define the default sound for
327 * to get the full system property.
332 // this should be set when scanning files on a case insensitive file system.
379 + Settings.System.RINGTONE);
381 + Settings.System.NOTIFICATION_SOUND);
383 + Settings.System.ALARM_ALERT);
505 // long t1 = System.currentTimeMillis();
527 // long t2 = System.currentTimeMillis();
828 setSettingIfNotSet(Settings.System.NOTIFICATION_SOUND, tableUri, rowId);
834 setSettingIfNotSet(Settings.System.RINGTONE, tableUri, rowId);
840 setSettingIfNotSet(Settings.System.ALARM_ALERT, tableUri, rowId);
857 String existingSettingValue = Settings.System.getString(mContext.getContentResolver(),
862 Settings.System.putString(mContext.getContentResolver(), settingName,
1182 long start = System.currentTimeMillis();
1185 long prescan = System.currentTimeMillis();
1190 long scan = System.currentTimeMillis();
1192 long end = System.currentTimeMillis();