Searched refs:current (Results 201 - 225 of 252) sorted by relevance

1234567891011

/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
H A DOSUManager.java476 int current = mOSUMap.size();
480 if (current > 0) {
505 Log.d(TAG, "New network " + network + ", current OSU " + mPendingOSU);
540 * @param osuInfo The selected OSUInfo or null if the current OSU flow is cancelled externally,
592 int current = mOSUMap.size();
596 if (current > 0) {
695 throw new IOException("Failed to determine current network");
720 throw new IOException("Failed to determine current network");
735 throw new IOException("Failed to determine current network");
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionRecord.java345 * @return The current type of playback.
381 * Get the current volume for this session. Only valid if playback type is
384 * @return The current volume of the remote playback.
394 * @return The current optimistic volume or -1.
449 + ", max=" + mMaxVolume + ", current=" + mCurrentVolume);
1139 int current = mOptimisticVolume != -1 ? mOptimisticVolume : mCurrentVolume;
1141 mVolumeType, mAudioAttrs, mVolumeControlType, mMaxVolume, current);
1148 int current = mAudioManager.getStreamVolume(stream);
1150 volumeType, attributes, VolumeProvider.VOLUME_CONTROL_ABSOLUTE, max, current);
/frameworks/minikin/libs/minikin/
H A DWordBreaker.cpp55 ssize_t WordBreaker::current() const { function in class:android::WordBreaker
134 // scan forward from current ICU position for email address or URL
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DGuidedStepFragment.java161 * <li>{@link #finishGuidedStepFragments()} changes current GuidedStepFragment to
163 * the transition settings after fragment has been created, in order to force current
399 * Callback invoked when an action is focused (made to be the current selection) by the user.
444 * <li>If current fragment on stack is GuidedStepFragment: assign {@link #UI_STYLE_REPLACE}
445 * <li>If current fragment on stack is not GuidedStepFragment: assign {@link #UI_STYLE_ENTRANCE}
462 * <li>If current fragment on stack is GuidedStepFragment: assign {@link #UI_STYLE_REPLACE} and
465 * <li>If current fragment on stack is not GuidedStepFragment: assign {@link #UI_STYLE_ENTRANCE}
475 GuidedStepFragment current = getCurrentGuidedStepFragment(fragmentManager);
476 boolean inGuidedStep = current != null;
488 if (current !
[all...]
H A DGuidedStepSupportFragment.java163 * <li>{@link #finishGuidedStepSupportFragments()} changes current GuidedStepSupportFragment to
165 * the transition settings after fragment has been created, in order to force current
401 * Callback invoked when an action is focused (made to be the current selection) by the user.
446 * <li>If current fragment on stack is GuidedStepSupportFragment: assign {@link #UI_STYLE_REPLACE}
447 * <li>If current fragment on stack is not GuidedStepSupportFragment: assign {@link #UI_STYLE_ENTRANCE}
464 * <li>If current fragment on stack is GuidedStepSupportFragment: assign {@link #UI_STYLE_REPLACE} and
467 * <li>If current fragment on stack is not GuidedStepSupportFragment: assign {@link #UI_STYLE_ENTRANCE}
477 GuidedStepSupportFragment current = getCurrentGuidedStepSupportFragment(fragmentManager);
478 boolean inGuidedStep = current != null;
490 if (current !
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DWindowDecorActionBar.java211 final int current = mDecorToolbar.getDisplayOptions();
212 final boolean homeAsUp = (current & DISPLAY_HOME_AS_UP) != 0;
410 "setSelectedNavigationIndex not valid for current navigation mode");
460 final int current = mDecorToolbar.getDisplayOptions();
464 mDecorToolbar.setDisplayOptions((options & mask) | (current & ~mask));
744 // Based on the current state, should we be hidden or shown?
996 // With the current state but the action bar hidden, our
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java442 Log.e(TAG, "Failed to get current user id: ", e);
1425 private static boolean isBatteryUpdateInteresting(BatteryStatus old, BatteryStatus current) { argument
1426 final boolean nowPluggedIn = current.isPluggedIn();
1430 && (old.status != current.status);
1438 if (nowPluggedIn && old.level != current.level) {
1443 if (!nowPluggedIn && current.isBatteryLow() && current.level != old.level) {
1447 // change in charging current while plugged in
1448 if (nowPluggedIn && current.maxChargingWattage != old.maxChargingWattage) {
1490 // Notify listener of the current stat
[all...]
/frameworks/rs/api/
H A Drs_graphics.spec450 Draw a mesh using the current context state.
452 If primitiveIndex is specified, draw part of a mesh using the current context state.
454 If start and len are also specified, draw specified index range of part of a mesh using the current context state.
629 Get the height of the current rendering surface.
640 Get the width of the current rendering surface.
798 arg: rs_matrix4x4* proj, "matrix to store the current projection matrix into"
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java205 public static final String[] strings = { "current", "disabled", "enabled" };
219 * The current status of this network configuration entry.
408 * The value is not guaranteed to be set or current (Although it SHOULDNT change once set)
483 public int currentNetworkBoost; // Debug only, indicate boost applied to RSSI if current
484 public int bandPreferenceBoost; // Debug only, indicate boost applied to RSSI if current
881 * This constant indicates the current configuration has connect choice set
886 * This constant indicates the current configuration does not have connect choice set
915 * When current wifi configuration is visible to the user but user explicitly choose to
931 * kept updating once a new scan result has a higher score than current one
936 * Used to cache the score of the current temporar
1639 getKeyIdForCredentials(WifiConfiguration current) argument
[all...]
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java94 // Is the object current point great then its target point?
131 " [--track-allocation] [--user <USER_ID> | current] <INTENT>\n" +
132 " am startservice [--user <USER_ID> | current] <INTENT>\n" +
133 " am stopservice [--user <USER_ID> | current] <INTENT>\n" +
134 " am force-stop [--user <USER_ID> | all | current] <PACKAGE>\n" +
135 " am kill [--user <USER_ID> | all | current] <PACKAGE>\n" +
137 " am broadcast [--user <USER_ID> | all | current] <INTENT>\n" +
139 " [--user <USER_ID> | current]\n" +
141 " am profile start [--user <USER_ID> current] [--sampling INTERVAL] <PROCESS> <FILE>\n" +
142 " am profile stop [--user <USER_ID> current] [<PROCES
2328 getStepSize(int current, int target, int inStepSize, boolean greaterThanTarget) argument
[all...]
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp975 sp<AaptAssets> current = this; local
1040 current->setOverlay(nextOverlay);
1041 current = nextOverlay;
1042 current->setFullResPaths(mFullResPaths);
1044 count = current->slurpResourceTree(bundle, String8(res));
1046 count = current->filter(bundle);
1196 // for the current type. This ensures that we only add the dir once
H A DResource.cpp113 // Try to get next file in this current group.
1235 sp<AaptAssets> current = assets->getOverlay(); local
1236 while(current.get()) {
1239 current->setResources(resources);
1240 collect_files(current, resources);
1241 current = current->getOverlay();
1338 current = assets;
1339 while(current.get()) {
1341 current
[all...]
/frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
H A DBmgr.java396 // The rest of the 'list' options work with a restore session on the current transport
419 String current = mBmgr.getCurrentTransport();
427 String pad = (t.equals(current)) ? " * " : " ";
660 System.err.println("The 'enabled' command reports the current enabled/disabled state of");
/frameworks/base/media/java/android/media/session/
H A DMediaController.java144 * Get the current playback state for this session.
146 * @return The current PlaybackState or null
158 * Get the current metadata for this session.
160 * @return The current MediaMetadata or null.
172 * Get the current play queue for this session if one is set. If you only
173 * care about the current item {@link #getMetadata()} should be used.
175 * @return The current play queue or null.
239 * @return The current set of flags for the session.
251 * Get the current playback info for this session.
253 * @return The current playbac
923 PlaybackInfo(int type, AudioAttributes attrs, int control, int max, int current) argument
[all...]
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java1681 int current = mEST.getSelectionStart();
1690 Selection.setSelection(mEST.getText(), current);
1743 private int findLineStart(Editable text, int current) { argument
1744 int pos = current;
1751 Log.d(LOG_TAG, "--- findLineStart:" + current + "," + text.length() + ","
1757 private int findLineEnd(Editable text, int current) { argument
1758 int pos = current;
1766 Log.d(LOG_TAG, "--- findLineEnd:" + current + "," + text.length() + "," + pos);
/frameworks/native/opengl/libagl/
H A Dcontext.h494 matrix_stack_t *current; member in struct:android::gl::transform_state_t
619 vertex_t current; member in struct:android::gl::ogles_context_t
/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup2.cpp60 ptr += a->mHal.drvState.lod[0].stride * kinfo->current.y;
72 ptr += out->mHal.drvState.lod[0].stride * kinfo->current.y;
529 // This indicates the current closure depends on another closure for a
/frameworks/base/core/java/android/net/
H A DUrlQuerySanitizer.java410 * Get the current value sanitizer used when processing
417 * @return the current ValueSanitizer used to sanitize unregistered
640 * @return all the parameters found in the current query.
657 * Check if a parameter exists in the current sanitized query.
659 * @return true if the paramater exists in the current sanitized queary.
666 * Get the value for a parameter in the current sanitized query.
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DMOManager.java387 OMANode current = instance.getListValue(tailPath.iterator());
388 if (current == null) {
394 // current is the same existing node
395 OMANode old = current.getParent().replaceNode(current, newNode);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DPasspointManagementObjectManager.java363 OMANode current = instance.getListValue(tailPath.iterator());
364 if (current == null) {
369 // current is the same existing node
370 current.getParent().replaceNode(current, newNode);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkControllerImpl.java118 // The current user ID.
515 // There may be new MobileSignalControllers around, make sure they get the current
564 Locale current = mContext.getResources().getConfiguration().locale;
565 if (!current.equals(mLocale)) {
566 mLocale = current;
622 * Pushes the current connectivity state to all SignalControllers.
/frameworks/native/services/inputflinger/
H A DInputReader.cpp1684 // Query the driver for the current slot index and use it as the initial slot
1686 // current slot index will not be the same as it was when the first event was
1697 ALOGD("Could not retrieve current multitouch slot index. status=%d", status);
3059 // Update location calibration to reflect current settings
3638 // Abort current pointer usages because the state has changed.
4102 // touching the current state will only observe the events that have been dispatched to the
4147 // Apply stylus buttons to current raw state.
4178 // Apply stylus pressure to current cooked state.
4261 // Copy current touch to last touch in preparation for the next cycle.
4966 // Update current gestur
6314 assignPointerIds(const RawState* last, RawState* current) argument
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java254 * Action to copy the current selection to the clipboard.
259 * Action to paste the current clipboard content.
264 * Action to cut the current selection and place it to the clipboard.
2429 * the current location of the cursor.
2444 * the current location of the cursor.
3537 * Action to copy the current selection to the clipboard.
3544 * Action to paste the current clipboard content.
3551 * Action to cut the current selection and place it to the clipboard.
3841 * @param current The current valu
3843 obtain(int type, float min, float max, float current) argument
3864 RangeInfo(int type, float min, float max, float current) argument
[all...]
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DTethering.java208 // TODO - remove and rely on real notifications of the current iface
1082 IState current = getCurrentState();
1083 if (current == mInitialState) res += "InitialState";
1084 if (current == mStartingState) res += "StartingState";
1085 if (current == mTetheredState) res += "TetheredState";
1086 if (current == mUnavailableState) res += "UnavailableState";
1432 * pertaining to the current and any potential upstream network.
1479 // Returns true if these updated LinkProperties pertain to the current
1812 // used to verify this receiver is still current
1828 ", current generationNumbe
[all...]
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java853 if (SSI_DBG) log("not the current dialog; current=" + mDialog
859 Transaction current = event.isServerTransaction()
866 if ((current != target) && (mState != SipSession.State.PINGING)) {
867 if (SSI_DBG) log("not the current transaction; current="
868 + toString(current) + ", target=" + toString(target));
870 } else if (current != null) {
871 if (SSI_DBG) log("transaction terminated: " + toString(current));

Completed in 772 milliseconds

1234567891011