/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/data/ |
TestDataFactory.java | 307 // Move forward ten minutes per conversation, 1 minute per message.
|
/packages/apps/Settings/tests/app/src/com/android/settings/vpn2/ |
VpnTests.java | 304 final long PING_TIMER = 3 * 60 * 1000; // 3 minutes
|
/packages/apps/TvSettings/Settings/res/values-fr-rCA/ |
strings.xml | 279 <string name="storage_wizard_migrate_confirm_description" msgid="2916497196106413598">"Déplacez vos photos, vos fichiers et les données de vos applications vers la mémoire de stockage « <xliff:g id="NAME">%1$s</xliff:g> ». Cette opération peut durer quelques minutes et empêche certaines applications de fonctionner correctement pendant qu\'elle est en cours."</string> 285 <string name="storage_wizard_migrate_progress_description" msgid="3337889465416363170">"Cela peut prendre un moment. Ne retirez pas le lecteur.\nCette opération peut durer quelques minutes et empêche certaines applications de fonctionner correctement pendant qu\'elle est en cours."</string> [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
AbstractContactsProvider.java | 423 pw.println(" minutes");
|
/packages/providers/DownloadProvider/res/values/ |
strings.xml | 206 <string name="download_remaining"><xliff:g id="duration" example="3 minutes">%s</xliff:g> left</string>
|
/packages/services/Telephony/res/values-fr/ |
strings.xml | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
time.h | 136 int tm_min; /* Minutes. [0-59] */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
time.h | 136 int tm_min; /* Minutes. [0-59] */
|
/prebuilts/go/darwin-x86/src/net/ |
dial.go | 29 // often around 3 minutes.
|
/prebuilts/go/darwin-x86/src/time/ |
example_test.go | 124 // so it doesn't need padding, but the minutes (04, 06) does.
|
/prebuilts/go/linux-x86/src/net/ |
dial.go | 29 // often around 3 minutes.
|
/prebuilts/go/linux-x86/src/time/ |
example_test.go | 124 // so it doesn't need padding, but the minutes (04, 06) does.
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/ |
time_util.h | 105 static Duration MinutesToDuration(int64 minutes);
|
/system/bt/stack/btm/ |
btm_ble_int.h | 131 /* 15 minutes minimum for random address refreshing */
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
DeviceAdminSample.java | 1062 long minutes = (time \/ MS_PER_MINUTE) % 60; local [all...] |
/external/autotest/client/bin/ |
site_utils.py | 594 logging.info('Did not cool down (%dC). Sleeping 2 minutes.', temperature) 967 seconds. The ChromeOS default is 10 minutes. [all...] |
/external/autotest/frontend/afe/ |
site_rpc_interface.py | 155 @param timeout_mins: The max lifetime of this suite, in minutes. Takes 167 minutes.
|
/external/autotest/frontend/tko/ |
graphing_utils.py | 829 max_age: maximum age, in minutes, that a cached version should be held 835 update_time = model.last_updated + datetime.timedelta(minutes=int(max_age))
|
/external/bison/darwin-lib/ |
stdlib.h | 532 minutes, and the last 15 minutes, respectively. [all...] |
/external/bison/linux-lib/ |
stdlib.h | 532 minutes, and the last 15 minutes, respectively. [all...] |
/external/caliper/caliper/src/main/java/com/google/caliper/options/ |
ParsedOptions.java | 18 import static java.util.concurrent.TimeUnit.MINUTES; 144 private ShortDuration runTime = ShortDuration.of(5, MINUTES);
|
/external/ims/rcs/rcsservice/src/com/android/service/ims/presence/ |
PresencePublication.java | 207 // retry 2 minutes to get the information from ISIM and RUIM [all...] |
/external/v8/src/ |
builtins.cc | 2247 double date = 1.0, hours = 0.0, minutes = 0.0, seconds = 0.0, ms = 0.0; local 2323 double date = 1.0, hours = 0.0, minutes = 0.0, seconds = 0.0, ms = 0.0; local [all...] |
/external/webrtc/webrtc/base/ |
httpcommon.cc | 376 int minutes = (zone[3] - '0') * 10 + (zone[4] - '0'); local 377 int offset = (hours * 60 + minutes) * 60;
|
/frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/ |
calendar-provider.jd | 745 <td>{@link android.provider.CalendarContract.RemindersColumns#MINUTES}</td> 769 values.put(Reminders.MINUTES, 15); [all...] |