Searched refs:on (Results 1 - 25 of 136) sorted by relevance

123456

/packages/apps/Dialer/java/com/android/incallui/answerproximitysensor/
H A DPseudoScreenState.java11 * distributed under the License is distributed on an "AS IS" BASIS,
23 * Stores a fake screen on/off state for the {@link InCallActivity}. If InCallActivity see the state
26 * <p>If the screen is already touched when the screen is turned on, the OS behavior is sending a
30 * <p>b/31499931 on certain devices with N-DR1, if the screen is already touched when the screen is
31 * turned on, a "DOWN MOVE UP" will be sent for each movement before the touch is actually released.
32 * These events is hard to discern from other normal events, and keeping the screen on reduces its'
37 /** Notifies when the on state has changed. */
44 private boolean on = true; field in class:PseudoScreenState
47 return on;
51 if (on !
[all...]
/packages/apps/Dialer/java/com/android/incallui/incall/protocol/
H A DInCallButtonUi.java11 * distributed under the License is distributed on an "AS IS" BASIS,
29 void setEnabled(boolean on); argument
31 void setHold(boolean on); argument
40 * Once showButton() has been called on each of the individual buttons in the UI, call this to
/packages/apps/Car/Hvac/src/com/android/car/hvac/ui/
H A DToggleButton.java11 * distributed under the License is distributed on an "AS IS" BASIS,
80 public void setToggleIcons(Drawable on, Drawable off) { argument
82 mDrawableOn = on;
86 public void setIsOn(boolean on) { argument
87 mIsOn = on;
/packages/apps/Dialer/java/com/android/dialer/app/voicemail/
H A DVoicemailAudioManager.java11 * distributed under the License is distributed on an "AS IS" BASIS,
104 public void setSpeakerphoneOn(boolean on) { argument
105 setAudioRoute(on ? CallAudioState.ROUTE_SPEAKER : CallAudioState.ROUTE_WIRED_OR_EARPIECE);
246 private void turnOnSpeaker(boolean on) { argument
247 if (mAudioManager.isSpeakerphoneOn() != on) {
248 LogUtil.i("VoicemailAudioManager.turnOnSpeaker", "turning speaker phone on: " + on);
249 mAudioManager.setSpeakerphoneOn(on);
/packages/services/Car/service/src/com/android/car/
H A DSystemInterface.java11 * distributed under the License is distributed on an "AS IS" BASIS,
31 public abstract void setDisplayState(boolean on); argument
81 public void setDisplayState(boolean on) { argument
83 mDisplayStateSet = on;
85 if (on) {
87 Log.i(CarLog.TAG_POWER, "on display");
153 // come from kernel. it can be either power on or wake up for maintenance
154 // power on will involve GPIO trigger from power controller
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DGalleryBoundCursorLoader.java11 * distributed under the License is distributed on an "AS IS" BASIS,
30 * A BoundCursorLoader that reads local media on the device.
46 return Media.MIME_TYPE + " IN ('" + Joiner.on("','").join(mimeTypes) + "') AND "
47 + FileColumns.MEDIA_TYPE + " IN (" + Joiner.on(',').join(mediaTypes) + ")";
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DCompositeImageRequestDescriptor.java11 * distributed under the License is distributed on an "AS IS" BASIS,
38 mKey = Joiner.on(",").skipNulls().join(keyParts);
/packages/experimental/procstatlog/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
18 # (we want to run this on oddball partner-integrated devices).
/packages/providers/MediaProvider/tools/genfiles/
H A Dgenfiles.sh13 # distributed under the License is distributed on an "AS IS" BASIS,
22 # approximately recreate the same file system structure on another device,
133 sqlite3 $1 "select audio_playlists._data, audio._data from audio_playlists left outer join audio_playlists_map on audio_playlists._id=audio_playlists_map.playlist_id left outer join audio on audio_playlists_map.audio_id=audio._id order by audio_playlists_map.playlist_id,audio_playlists_map.play_order;" | {
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCallAudioModeStateMachineTest.java11 * distributed under the License is distributed on an "AS IS" BASIS,
196 "New ringing call coming in on top of active/dialing call",
329 "Call is placed on hold - 1",
348 "Call is placed on hold - 2",
424 "New dialing call when there's a call on hold",
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
H A DSplitter.java11 * distributed under the License is distributed on an "AS IS" BASIS,
41 * Splitter.on(',').split("foo,bar")}</pre>
48 * Splitter.on(',').split("foo,,bar, quux")}</pre>
55 * private static final Splitter MY_SPLITTER = Splitter.on(',')
67 * method such as {@code omitEmptyStrings} has no effect on the instance it
68 * is invoked on! You must store and use the new splitter instance returned by
73 * Splitter splitter = Splitter.on('/');
79 * #on(String)}, {@link #on(Pattern)} and {@link #on(CharMatche
117 public static Splitter on(char separator) { method in class:Splitter
131 public static Splitter on(final CharMatcher separatorMatcher) { method in class:Splitter
158 public static Splitter on(final String separator) { method in class:Splitter
202 public static Splitter on(final Pattern separatorPattern) { method in class:Splitter
[all...]
/packages/apps/Car/Settings/tests/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/packages/apps/CellBroadcastReceiver/tests/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/packages/apps/DevCamera/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/packages/apps/DocumentsUI/
H A DAndroid.mk26 # Only enable asserts on userdebug/eng builds
/packages/apps/Launcher2/tests/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/packages/experimental/BugReportSender/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/packages/experimental/ExampleImsFramework/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/packages/experimental/LoaderApp/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/packages/inputmethods/LatinIME/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/packages/inputmethods/LatinIME/native/dicttoolkit/
H A DCleanupNativeFileList.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/packages/inputmethods/LatinIME/native/jni/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
37 # HACK: -mstackrealign is required for x86 builds running on pre-KitKat devices to avoid crashes
99 #################### Unit test on host environment
102 #################### Unit test on target environment
H A DCleanupNativeFileList.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/packages/inputmethods/LatinIME/tools/dicttool/etc/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/packages/inputmethods/LatinIME/tools/make-keyboard-text/etc/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,

Completed in 1176 milliseconds

123456