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

123

/packages/apps/Launcher3/src/com/android/launcher3/
H A DHolographicImageView.java11 * distributed under the License is distributed on an "AS IS" BASIS,
105 public void setHotwordState(boolean on) { argument
106 if (on == mHotwordOn) {
109 mHotwordOn = on;
H A DHolographicLinearLayout.java11 * distributed under the License is distributed on an "AS IS" BASIS,
118 public void setHotwordState(boolean on) { argument
119 if (on == mHotwordOn) {
122 mHotwordOn = on;
/packages/apps/Camera2/src/com/android/camera/
H A DOnScreenIndicators.java11 * distributed under the License is distributed on an "AS IS" BASIS,
30 * The on-screen indicators of the pie menu button. They show the camera
131 public void updateTimerIndicator(boolean on) { argument
133 mTimerIndicator.setImageResource(on ? R.drawable.ic_indicator_timer_on
137 public void updateLocationIndicator(boolean on) { argument
139 mLocationIndicator.setImageResource(on ? R.drawable.ic_indicator_loc_on
168 * Set the scene indicator depending on the given scene mode.
/packages/apps/InCallUI/src/com/android/incallui/
H A DConferenceManagerFragment.java11 * distributed under the License is distributed on an "AS IS" BASIS,
92 public void setVisible(boolean on) { argument
93 if (on) {
109 public void setRowVisible(int rowId, boolean on) { argument
110 if (on) {
H A DDialpadPresenter.java11 * distributed under the License is distributed on an "AS IS" BASIS,
69 * Stops the local tone based on the phone type.
77 void setVisible(boolean on); argument
H A DCallButtonPresenter.java11 * distributed under the License is distributed on an "AS IS" BASIS,
77 // OUTGOING. We may want to do that once we start showing "Voice mail" label on
153 // if speakerphone is already on, change to wired/earpiece
174 Log.d(this, "turning on mute: " + checked);
197 // Simulate a click on the mute button
265 // (1) this is a transient state on a device that *can*
271 // will only have 4 buttons on some devices.)
292 // - "Manage conference" (used only on GSM devices)
293 // - "Merge" button (used only on CDMA devices)
333 void setEnabled(boolean on); argument
334 setMute(boolean on) argument
336 setHold(boolean on) argument
343 displayDialpad(boolean on) argument
350 displayManageConferencePanel(boolean on) argument
[all...]
/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/apps/UnifiedEmail/src/com/android/mail/lib/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/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/Email/emailcommon/src/com/android/emailcommon/service/
H A DIEmailService.aidl12 * distributed under the License is distributed on an "AS IS" BASIS,
42 oneway void setLogging(int on);
/packages/apps/Launcher2/tests/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/packages/apps/PhoneCommon/
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/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,
/packages/providers/ContactsProvider/
H A DAndroid.mk15 # The Emma tool analyzes code coverage when running unit tests on the
22 # The Emma tool analyzes code coverage when running unit tests on the
/packages/apps/BasicSmsReceiver/tests/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/packages/apps/Browser/tests/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/packages/apps/ContactsCommon/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/packages/apps/ContactsCommon/TestCommon/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/packages/apps/Email/emailsync/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,

Completed in 813 milliseconds

123