Searched refs:which (Results 51 - 75 of 163) sorted by relevance

1234567

/frameworks/base/core/java/android/preference/
H A DMultiSelectListPreference.java182 public void onClick(DialogInterface dialog, int which, boolean isChecked) {
184 mPreferenceChanged |= mNewValues.add(mEntryValues[which].toString());
186 mPreferenceChanged |= mNewValues.remove(mEntryValues[which].toString());
/frameworks/base/core/java/com/android/internal/database/
H A DSortCursor.java120 int which = mCursorCache[cache_entry];
121 mCursor = mCursors[which];
126 mCursor.moveToPosition(mCurRowNumCache[cache_entry][which]);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DForegroundServicesDialog.java68 public void onClick(DialogInterface dialog, int which) {
69 String pkg = mAdapter.getItem(which).packageName;
150 public void onClick(DialogInterface dialog, int which) { argument
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DManageDialog.java120 public void onClick(DialogInterface dialog, int which) { argument
122 if (which == DialogInterface.BUTTON_POSITIVE) {
124 } else if (which == DialogInterface.BUTTON_NEUTRAL) {
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java665 public long getMahDischarge(int which) { argument
666 return mDischargeCounter.getCountLocked(which);
670 public long getMahDischargeScreenOff(int which) { argument
671 return mDischargeScreenOffCounter.getCountLocked(which);
675 public long getMahDischargeScreenDoze(int which) { argument
676 return mDischargeScreenDozeCounter.getCountLocked(which);
803 public long computeUptime(long curTime, int which) { argument
804 switch (which) {
815 public long computeRealtime(long curTime, int which) { argument
816 switch (which) {
976 getCountLocked(int which) argument
1075 getCountsLocked(int which) argument
1243 getCountLocked(int which) argument
1452 getTotalTimeLocked(long elapsedRealtimeUs, int which) argument
1464 getCountLocked(int which) argument
5387 getScreenOnTime(long elapsedRealtimeUs, int which) argument
5391 getScreenOnCount(int which) argument
5395 getScreenDozeTime(long elapsedRealtimeUs, int which) argument
5399 getScreenDozeCount(int which) argument
5403 getScreenBrightnessTime(int brightnessBin, long elapsedRealtimeUs, int which) argument
5409 getInteractiveTime(long elapsedRealtimeUs, int which) argument
5413 getPowerSaveModeEnabledTime(long elapsedRealtimeUs, int which) argument
5417 getPowerSaveModeEnabledCount(int which) argument
5421 getDeviceIdleModeTime(int mode, long elapsedRealtimeUs, int which) argument
5432 getDeviceIdleModeCount(int mode, int which) argument
5452 getDeviceIdlingTime(int mode, long elapsedRealtimeUs, int which) argument
5462 getDeviceIdlingCount(int mode, int which) argument
5472 getNumConnectivityChange(int which) argument
5482 getPhoneOnTime(long elapsedRealtimeUs, int which) argument
5486 getPhoneOnCount(int which) argument
5490 getPhoneSignalStrengthTime(int strengthBin, long elapsedRealtimeUs, int which) argument
5496 getPhoneSignalScanningTime( long elapsedRealtimeUs, int which) argument
5502 getPhoneSignalStrengthCount(int strengthBin, int which) argument
5506 getPhoneDataConnectionTime(int dataType, long elapsedRealtimeUs, int which) argument
5512 getPhoneDataConnectionCount(int dataType, int which) argument
5516 getMobileRadioActiveTime(long elapsedRealtimeUs, int which) argument
5520 getMobileRadioActiveCount(int which) argument
5524 getMobileRadioActiveAdjustedTime(int which) argument
5528 getMobileRadioActiveUnknownTime(int which) argument
5532 getMobileRadioActiveUnknownCount(int which) argument
5536 getWifiOnTime(long elapsedRealtimeUs, int which) argument
5540 getGlobalWifiRunningTime(long elapsedRealtimeUs, int which) argument
5544 getWifiStateTime(int wifiState, long elapsedRealtimeUs, int which) argument
5550 getWifiStateCount(int wifiState, int which) argument
5554 getWifiSupplStateTime(int state, long elapsedRealtimeUs, int which) argument
5560 getWifiSupplStateCount(int state, int which) argument
5564 getWifiSignalStrengthTime(int strengthBin, long elapsedRealtimeUs, int which) argument
5570 getWifiSignalStrengthCount(int strengthBin, int which) argument
5605 getFlashlightOnTime(long elapsedRealtimeUs, int which) argument
5610 getFlashlightOnCount(int which) argument
5615 getCameraOnTime(long elapsedRealtimeUs, int which) argument
5620 getBluetoothScanTime(long elapsedRealtimeUs, int which) argument
5625 getNetworkActivityBytes(int type, int which) argument
5634 getNetworkActivityPackets(int type, int which) argument
5894 getCpuFreqTimes(int which) argument
5912 getScreenOffCpuFreqTimes(int which) argument
6350 getWifiRunningTime(long elapsedRealtimeUs, int which) argument
6358 getFullWifiLockTime(long elapsedRealtimeUs, int which) argument
6366 getWifiScanTime(long elapsedRealtimeUs, int which) argument
6374 getWifiScanCount(int which) argument
6382 getWifiScanBackgroundCount(int which) argument
6408 getWifiBatchedScanTime(int csphBin, long elapsedRealtimeUs, int which) argument
6417 getWifiBatchedScanCount(int csphBin, int which) argument
6426 getWifiMulticastTime(long elapsedRealtimeUs, int which) argument
6512 getProcessStateTime(int state, long elapsedRealtimeUs, int which) argument
6550 getUserActivityCount(int type, int which) argument
6609 getNetworkActivityBytes(int type, int which) argument
6619 getNetworkActivityPackets(int type, int which) argument
6629 getMobileRadioActiveTime(int which) argument
6635 getMobileRadioActiveCount(int which) argument
6641 getUserCpuTimeUs(int which) argument
6646 getSystemCpuTimeUs(int which) argument
6651 getTimeAtCpuSpeed(int cluster, int step, int which) argument
6676 getMobileRadioApWakeupCount(int which) argument
6691 getWifiRadioApWakeupCount(int which) argument
8063 getUserTime(int which) argument
8074 getSystemTime(int which) argument
8085 getForegroundTime(int which) argument
8096 getStarts(int which) argument
8107 getNumCrashes(int which) argument
8118 getNumAnrs(int which) argument
8441 getLaunches(int which) argument
8452 getStartTime(long now, int which) argument
8463 getStarts(int which) argument
11121 computeUptime(long curTime, int which) argument
11131 computeRealtime(long curTime, int which) argument
11141 computeBatteryUptime(long curTime, int which) argument
11146 computeBatteryRealtime(long curTime, int which) argument
11151 computeBatteryScreenOffUptime(long curTime, int which) argument
11156 computeBatteryScreenOffRealtime(long curTime, int which) argument
11339 getDischargeAmount(int which) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s40 ; * [in] pSrcDst pointer to the coefficient buffer which contains the
53 ; * [in] predDir indicates the prediction direction which takes one
62 ; * [out] pSrcDst pointer to the coefficient buffer which contains
H A DarmVCM4P2_SetPredDir_s.s44 ; * [out]predDir indicates the prediction direction which takes one
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp364 int which) {
368 mWhich = which;
374 int which) {
378 mWhich = which;
361 ServiceDeathNotifier( const sp<IBinder>& service, const sp<IMediaRecorderClient>& listener, int which) argument
371 ServiceDeathNotifier( const sp<IOmx>& omx, const sp<IMediaRecorderClient>& listener, int which) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s44 ; * [out]predDir indicates the prediction direction which takes one
/frameworks/base/core/java/android/text/method/
H A DMetaKeyKeyListener.java154 * @param text the buffer in which the meta key would have been pressed.
156 * @return an integer in which each bit set to one represents a pressed
175 * @param text the buffer in which the meta key would have been pressed.
176 * @param event the event for which to evaluate the meta state.
177 * @return an integer in which each bit set to one represents a pressed
195 * @param text the buffer in which the meta key would have been pressed.
226 * @param text the buffer in which the meta key would have been pressed.
227 * @param event the event for which to evaluate the meta state.
454 * @return an integer in which each bit set to one represents a pressed
619 * @param which met
622 clearMetaKeyState(long state, int which) argument
[all...]
/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl159 float getAnimationScale(int which);
161 void setAnimationScale(int which, float scale);
342 * which is used to cause a focus switch when dispatching touch.
/frameworks/base/packages/SystemUI/src/com/android/systemui/net/
H A DNetworkOverLimitActivity.java60 public void onClick(DialogInterface dialog, int which) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DSafetyWarningDialog.java84 public void onClick(DialogInterface dialog, int which) { argument
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
H A DUpstreamNetworkMonitor.java244 // was already up when start() was called, in which case we would
280 // about networks without waiting for a change (which might never come)
292 // registration and which do not subsequently change will not cause
303 // Ignore notifications about networks for which we have not yet
331 // Ignore notifications about networks for which we have not yet
372 // Ignore loss of networks about which we had not previously
373 // learned any information or for which we have already processed
406 * in the thread on which it is invoked. To avoid locking, this MUST be
453 private void notifyTarget(int which, Network network) { argument
454 notifyTarget(which, mNetworkMa
457 notifyTarget(int which, Object obj) argument
[all...]
/frameworks/base/tests/TouchLatency/
H A Dgradlew86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/frameworks/data-binding/compiler/
H A Dgradlew86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/frameworks/data-binding/developmentPlugins/
H A Dgradlew86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/frameworks/data-binding/extensions/
H A Dgradlew86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/frameworks/data-binding/
H A Dgradlew86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/frameworks/data-binding/integration-tests/App With Spaces/
H A Dgradlew86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/frameworks/data-binding/integration-tests/IndependentLibrary/
H A Dgradlew86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/frameworks/data-binding/integration-tests/MultiModuleTestApp/
H A Dgradlew86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/frameworks/data-binding/integration-tests/TestApp/
H A Dgradlew86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/frameworks/data-binding/samples/BindingDemo/
H A Dgradlew86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/
H A Dgradlew86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.

Completed in 549 milliseconds

1234567