HomeSort by relevance Sort by last modified time
    Searched refs:CURRENT (Results 101 - 125 of 258) sorted by null

1 2 3 45 6 7 8 91011

  /frameworks/base/services/core/java/com/android/server/storage/
DeviceStorageMonitorService.java 78 * Current int sequence number of the update.
103 * State for a specific storage volume, including the current "level" that
422 pw.println(" Unfreeze storage state, returning to current real values.");
482 null, UserHandle.CURRENT);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
XmlUtilTest.java 216 * Verify that a WifiConfiguration with status as CURRENT when serializing
223 configuration.status = WifiConfiguration.Status.CURRENT;
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekFragment.java 169 * Updates the uri used by the loader according to the current position of
480 ViewType.CURRENT, DateUtils.FORMAT_SHOW_DATE | DateUtils.FORMAT_NO_MONTH_DAY
  /packages/apps/Email/provider_src/com/android/email/service/
EmailServiceStub.java 532 return EmailServiceVersion.CURRENT;
EmailServiceUtils.java 372 // Get current settings for the existing AccountManager account
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/beam/
BeamTransferManager.java 101 // once the current one completes.
188 mContext.sendBroadcastAsUser(intent, UserHandle.CURRENT);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
AppButtonsPreferenceController.java 488 mActivity.sendOrderedBroadcastAsUser(intent, UserHandle.CURRENT, null,
  /external/nos/test/system-test-harness/src/
avb_tests.cc 750 EXPECT_EQ((uint32_t)ResetToken::CURRENT, selector);
845 uint32_t selector = ResetToken::CURRENT;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 561 * @return the current display rotation in degrees
576 * Takes a screenshot of the current display and shows an animation.
    [all...]
  /frameworks/base/services/core/java/com/android/server/
BatteryService.java 97 * <p>&quot;status&quot; - String, the current charging status.<br />
98 * <p>&quot;health&quot; - String, the current battery health.<br />
103 * <p>&quot;voltage&quot; - int, current battery voltage in millivolts</p>
104 * <p>&quot;temperature&quot; - int, current battery temperature in tenths of
373 mContext.startActivityAsUser(intent, UserHandle.CURRENT);
394 mContext.startActivityAsUser(intent, UserHandle.CURRENT);
459 // Let the battery stats keep track of the current level.
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 53 * Current Version of the Backup Serializer.
240 public static final int CURRENT = 0;
246 public static final String[] strings = { "current", "disabled", "enabled" };
261 * The current status of this network configuration entry.
297 * operating country code and current radio conditions.
471 * The value is not guaranteed to be set or current (Although it SHOULDNT change once set)
970 * This constant indicates the current configuration has connect choice set
975 * This constant indicates the current configuration does not have connect choice set
    [all...]
  /hardware/interfaces/audio/common/2.0/
types.hal 312 * These are the current representations:
330 * Warning: current representation distinguishes between input and output, but
476 * Major modes for a mobile device. The current mode setting affects audio
482 CURRENT = -1,
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaWindowAdapter.java 197 // defines if to pop-up the current event when the agenda is first shown
222 /** The current search query, or null if none */
732 actualTime, actualTime, -1, ViewType.CURRENT);
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 30 import static android.provider.Telephony.Carriers.CURRENT;
236 // Columns not included in UNIQUE constraint: name, current, edited, user, server, password,
281 CURRENT + " INTEGER," +
305 // Columns not included in UNIQUE constraint: name, current, edited,
362 s_urlMatcher.addURI("telephony", "carriers/current", URL_CURRENT);
372 s_urlMatcher.addURI("telephony", "carriers/current/subId/*", URL_CURRENT_USING_SUBID);
397 s_currentNullMap.put(CURRENT, "0");
400 s_currentSetMap.put(CURRENT, "1");
    [all...]
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbDeviceManager.java 460 // current USB state
722 // send a sticky broadcast containing current USB state
    [all...]
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiManagerTest.java 206 // Get the current scan status from sticky broadcast.
500 if (Status.ENABLED == wifiConfig.status || Status.CURRENT == wifiConfig.status) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsActivity.java 148 // The trigger to automatically launch the current task
183 startActivityAsUser(mLaunchIntent, opts.toBundle(), UserHandle.CURRENT);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardBottomAreaView.java 531 UserHandle.CURRENT.getIdentifier());
    [all...]
  /frameworks/base/telephony/java/android/provider/
Telephony.java 806 * user whether they want to replace the current default
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
XmlUtil.java 196 * Read the current value in the XML stream using core XmlUtils and stores the retrieved
197 * value name in the string provided. This method reads the value contained in current start
569 // Any network which was CURRENT before reboot needs
571 if (status == WifiConfiguration.Status.CURRENT) {
    [all...]
  /hardware/google/av/codec2/vndk/util/
C2InterfaceHelper.cpp 808 case C2FieldSupportedValuesQuery::CURRENT:
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java 168 //Update the current time line every five minutes if the window is left open that long
319 // Current selection info for accessibility
628 // Animates the current time marker when Today is pressed
    [all...]
  /frameworks/base/media/tests/MtpTests/src/android/mtp/
MtpStorageManagerTest.java 108 "", true, false, true, false, -1, UserHandle.CURRENT, "", "");
110 secondaryStorageDir, "", false, false, true, false, -1, UserHandle.CURRENT, "", "");
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigManager.java 286 * Current logged in user ID.
498 * TODO: Need to understand the current use case of this API.
740 * Check if the given UID belongs to the current foreground user. This is
748 * @return true if the given UID belongs to the current foreground user,
    [all...]

Completed in 801 milliseconds

1 2 3 45 6 7 8 91011