Searched refs:on (Results 126 - 150 of 211) sorted by relevance

123456789

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothPan.java11 * distributed under the License is distributed on an "AS IS" BASIS,
169 public void onBluetoothStateChange(boolean on) throws RemoteException {
171 if (on) {
172 Log.d(TAG, "onBluetoothStateChange(on) call bindService");
195 * <p> This API returns false in scenarios like the profile on the
196 * device is already connected or Bluetooth is not turned on.
206 * @return false on immediate error,
228 * <p> This API will return false in scenarios like the profile on the
247 * @return false on immediate error,
H A DBluetoothAdapter.java11 * distributed under the License is distributed on an "AS IS" BASIS,
92 * <p>For example, Bluetooth has been turned on or off.
128 * Indicates the local Bluetooth adapter is turning on. However local
134 * Indicates the local Bluetooth adapter is on, and ready for use.
145 * This activity will also request the user to turn on Bluetooth if it
180 * Activity Action: Show a system activity that allows the user to turn on
183 * on, or the user has decided not to turn Bluetooth on.
188 * turned on or {@link android.app.Activity#RESULT_CANCELED} if the user
191 * for global notification whenever Bluetooth is turned on o
1292 changeApplicationBluetoothState(boolean on, BluetoothStateChangeCallback callback) argument
1311 onBluetoothStateChange(boolean on) argument
1326 onBluetoothStateChange(boolean on) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp12 ** distributed under the License is distributed on an "AS IS" BASIS,
57 android_media_AudioSystem_muteMicrophone(JNIEnv *env, jobject thiz, jboolean on) argument
59 return check_AudioSystem_Command(AudioSystem::muteMicrophone(on));
/frameworks/base/data/fonts/
H A Dfonts.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/media/mca/filterfw/jni/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/packages/WAPPushManager/tests/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/services/input/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/compile/libbcc/runtime/make/
H A Dlib_util.mk17 # the configuration 'config' and on given arch.
/frameworks/compile/libbcc/runtime/make/platform/
H A Dclang_darwin.mk3 # not present in the libgcc that shipped on the platform. In such cases, we link
H A Ddarwin_bni.mk6 # We override this with RC_ARCHS because B&I may want to build on an ARCH we
/frameworks/compile/slang/
H A DSlangData.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/ex/carousel/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/ex/common/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/ex/photoviewer/sample/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/ex/variablespeed/jni/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/opt/photoviewer/sample/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/support/v13/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/support/v7/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s28 ; * block; must be aligned on a 4-byte boundary. The
32 ; * on a 4-byte boundary.
34 ; * aligned on a 4-byte boundary.
150 ;// Assigning pointers to Input arguments on Stack
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10ExtcHeader.cpp11 ** distributed under the License is distributed on an "AS IS" BASIS,
H A DGLES10cHeader.cpp11 ** distributed under the License is distributed on an "AS IS" BASIS,
H A DGLES11ExtcHeader.cpp11 ** distributed under the License is distributed on an "AS IS" BASIS,
H A DGLES11cHeader.cpp11 ** distributed under the License is distributed on an "AS IS" BASIS,
H A DGLES20cHeader.cpp11 ** distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl11 ** distributed under the License is distributed on an "AS IS" BASIS,
52 * and tools rely on their transaction number to work properly.
134 // For StrictMode flashing a red border on violations from the UI
138 // on screen)
139 void showStrictModeViolation(boolean on);
149 * Update the current screen rotation based on the current state of

Completed in 1154 milliseconds

123456789