Searched refs:which (Results 1 - 25 of 75) sorted by relevance

123

/frameworks/base/core/java/android/content/
H A DSyncStatusObserver.java20 void onStatusChanged(int which); argument
H A DISyncStatusObserver.aidl23 void onStatusChanged(int which);
H A DDialogInterface.java117 * @param which The button that was clicked (e.g.
122 public void onClick(DialogInterface dialog, int which); argument
134 * @param which The position of the item in the list that was clicked.
137 public void onClick(DialogInterface dialog, int which, boolean isChecked); argument
/frameworks/base/core/java/android/os/
H A DBatteryStats.java160 * @param which one of STATS_TOTAL, STATS_LAST, or STATS_CURRENT
162 public abstract int getCountLocked(int which); argument
179 * @param which one of STATS_TOTAL, STATS_LAST, or STATS_CURRENT
181 public abstract int getCountLocked(int which); argument
188 * @param which one of STATS_TOTAL, STATS_LAST, or STATS_CURRENT
191 public abstract long getTotalTimeLocked(long batteryRealtime, int which); argument
252 public abstract long getTcpBytesReceived(int which); argument
257 public abstract long getTcpBytesSent(int which); argument
271 public abstract long getWifiRunningTime(long batteryRealtime, int which); argument
272 public abstract long getFullWifiLockTime(long batteryRealtime, int which); argument
273 getScanWifiLockTime(long batteryRealtime, int which) argument
274 getWifiMulticastTime(long batteryRealtime, int which) argument
276 getAudioTurnedOnTime(long batteryRealtime, int which) argument
277 getVideoTurnedOnTime(long batteryRealtime, int which) argument
290 getUserActivityCount(int type, int which) argument
325 getUserTime(int which) argument
332 getSystemTime(int which) argument
339 getStarts(int which) argument
346 getForegroundTime(int which) argument
355 getTimeAtCpuSpeedStep(int speedStep, int which) argument
373 getWakeups(int which) argument
392 getStartTime(long batteryUptime, int which) argument
399 getStarts(int which) argument
406 getLaunches(int which) argument
752 getScreenOnTime(long batteryRealtime, int which) argument
772 getScreenBrightnessTime(int brightnessBin, long batteryRealtime, int which) argument
775 getInputEventCount(int which) argument
783 getPhoneOnTime(long batteryRealtime, int which) argument
791 getPhoneSignalStrengthTime(int strengthBin, long batteryRealtime, int which) argument
800 getPhoneSignalScanningTime( long batteryRealtime, int which) argument
808 getPhoneSignalStrengthCount(int strengthBin, int which) argument
841 getPhoneDataConnectionTime(int dataType, long batteryRealtime, int which) argument
850 getPhoneDataConnectionCount(int dataType, int which) argument
889 getWifiOnTime(long batteryRealtime, int which) argument
897 getGlobalWifiRunningTime(long batteryRealtime, int which) argument
905 getBluetoothOnTime(long batteryRealtime, int which) argument
998 computeBatteryUptime(long curTime, int which) argument
1006 computeBatteryRealtime(long curTime, int which) argument
1014 computeUptime(long curTime, int which) argument
1022 computeRealtime(long curTime, int which) argument
1098 computeWakeLock(Timer timer, long batteryRealtime, int which) argument
1118 printWakeLock(StringBuilder sb, Timer timer, long batteryRealtime, String name, int which, String linePrefix) argument
1150 printWakeLockCheckin(StringBuilder sb, Timer timer, long now, String name, int which, String linePrefix) argument
1193 dumpCheckinLocked(PrintWriter pw, int which, int reqUid) argument
1442 dumpLocked(PrintWriter pw, String prefix, int which, int reqUid) argument
[all...]
H A DDebug.java162 public int getOtherPss(int which) { argument
163 return otherStats[which*3];
167 public int getOtherPrivateDirty(int which) { argument
168 return otherStats[which*3 + 1];
172 public int getOtherSharedDirty(int which) { argument
173 return otherStats[which*3 + 2];
178 public static String getOtherLabel(int which) { argument
179 switch (which) {
406 * Enable "emulator traces", in which information about the current
412 * This puts the VM into "profile" mode, which ha
[all...]
/frameworks/base/tools/obbtool/
H A Dmkobb.sh32 MKFSBIN=`which ${MKFS}`
33 LOSETUPBIN=`which ${LOSETUP}`
34 MOUNTBIN=`which mount`
35 UMOUNTBIN=`which umount`
36 DDBIN=`which dd`
37 RSYNCBIN=`which rsync`
38 PBKDF2GEN=`which pbkdf2gen`
/frameworks/compile/libbcc/runtime/make/platform/
H A Dclang_darwin.mk1 # These are the functions which clang needs when it is targetting a previous
2 # version of the OS. The issue is that the backend may use functions which were
4 # with a version of the library which contains private_extern definitions of all
5 # the extra functions which might be referenced.
18 # Configuration for targetting armv6. We need a few additional functions which
/frameworks/base/core/java/android/widget/
H A DViewSwitcher.java26 * from which these views are created. You can either use the factory to
28 * child views, of which only one is shown at a time.
75 int which = mWhichChild == 0 ? 1 : 0;
76 return getChildAt(which);
90 * Sets the factory used to create the two views between which the
/frameworks/base/core/java/com/android/internal/widget/
H A DSmileys.java63 public static int getSmileyResource(int which) { argument
64 return sIconIds[which];
/frameworks/base/libs/binder/
H A DIServiceManager.cpp193 String16 which = data.readString16(); local
194 sp<IBinder> b = const_cast<BnServiceManager*>(this)->getService(which);
200 String16 which = data.readString16(); local
201 sp<IBinder> b = const_cast<BnServiceManager*>(this)->checkService(which);
207 String16 which = data.readString16(); local
209 status_t err = addService(which, b);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java407 public int getCountLocked(int which) { argument
409 if (which == STATS_LAST) {
413 if (which == STATS_SINCE_UNPLUGGED) {
415 } else if (which != STATS_SINCE_CHARGED) {
622 public long getTotalTimeLocked(long batteryRealtime, int which) { argument
624 if (which == STATS_LAST) {
628 if (which == STATS_SINCE_UNPLUGGED) {
630 } else if (which != STATS_SINCE_CHARGED) {
639 public int getCountLocked(int which) { argument
641 if (which
2273 getScreenOnTime(long batteryRealtime, int which) argument
2277 getScreenBrightnessTime(int brightnessBin, long batteryRealtime, int which) argument
2283 getInputEventCount(int which) argument
2287 getPhoneOnTime(long batteryRealtime, int which) argument
2291 getPhoneSignalStrengthTime(int strengthBin, long batteryRealtime, int which) argument
2297 getPhoneSignalScanningTime( long batteryRealtime, int which) argument
2303 getPhoneSignalStrengthCount(int dataType, int which) argument
2307 getPhoneDataConnectionTime(int dataType, long batteryRealtime, int which) argument
2313 getPhoneDataConnectionCount(int dataType, int which) argument
2317 getWifiOnTime(long batteryRealtime, int which) argument
2321 getGlobalWifiRunningTime(long batteryRealtime, int which) argument
2325 getBluetoothOnTime(long batteryRealtime, int which) argument
2442 getTcpBytesReceived(int which) argument
2464 getTcpBytesSent(int which) argument
2599 getWifiRunningTime(long batteryRealtime, int which) argument
2607 getFullWifiLockTime(long batteryRealtime, int which) argument
2615 getScanWifiLockTime(long batteryRealtime, int which) argument
2623 getWifiMulticastTime(long batteryRealtime, int which) argument
2632 getAudioTurnedOnTime(long batteryRealtime, int which) argument
2640 getVideoTurnedOnTime(long batteryRealtime, int which) argument
2663 getUserActivityCount(int type, int which) argument
3393 getUserTime(int which) argument
3409 getSystemTime(int which) argument
3425 getForegroundTime(int which) argument
3441 getStarts(int which) argument
3471 getTimeAtCpuSpeedStep(int speedStep, int which) argument
3566 getWakeups(int which) argument
3785 getLaunches(int which) argument
3803 getStartTime(long now, int which) argument
3820 getStarts(int which) argument
4479 computeUptime(long curTime, int which) argument
4490 computeRealtime(long curTime, int which) argument
4501 computeBatteryUptime(long curTime, int which) argument
4516 computeBatteryRealtime(long curTime, int which) argument
4560 getTcpBytes(long current, long[] dataBytes, int which) argument
4578 getMobileTcpBytesSent(int which) argument
4584 getMobileTcpBytesReceived(int which) argument
4590 getTotalTcpBytesSent(int which) argument
4596 getTotalTcpBytesReceived(int which) argument
4762 distributeWorkLocked(int which) argument
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DRingtonePickerActivity.java98 public void onClick(DialogInterface dialog, int which) {
100 mClickedPos = which;
103 playRingtone(which, 0);
236 public void onClick(DialogInterface dialog, int which) { argument
237 boolean positiveResult = which == DialogInterface.BUTTON_POSITIVE;
H A DNetInitiatedActivity.java124 public void onClick(DialogInterface dialog, int which) { argument
125 if (which == POSITIVE_BUTTON) {
128 if (which == NEGATIVE_BUTTON) {
H A DExternalMediaFormatActivity.java93 public void onClick(DialogInterface dialog, int which) { argument
95 if (which == POSITIVE_BUTTON) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbAccessoryUriActivity.java86 public void onClick(DialogInterface dialog, int which) { argument
87 if (which == AlertDialog.BUTTON_POSITIVE) {
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DConfirmDialog.java104 public void onClick(DialogInterface dialog, int which) { argument
106 if (which == AlertDialog.BUTTON_POSITIVE && mService.prepareVpn(null, mPackage)) {
/frameworks/base/tools/aidl/
H A Daidl_language_l.l12 static void begin_extra_text(unsigned lineno, which_extra_text which);
110 void begin_extra_text(unsigned lineno, which_extra_text which)
114 text->which = which;
H A Daidl_language.h15 which_extra_text which; member in struct:extra_text_type
/frameworks/compile/libbcc/tests/
H A Dbccarm26 def which(item): function
27 return runCmd(["which", item])
/frameworks/base/services/java/com/android/server/
H A DThrottleService.java1109 long getPeriodRx(int which) { argument
1111 if (which > mPeriodCount) return 0;
1112 which = mCurrentPeriod - which;
1113 if (which < 0) which += mPeriodCount;
1114 return mPeriodRxData[which];
1117 long getPeriodTx(int which) { argument
1119 if (which > mPeriodCount) return 0;
1120 which
[all...]
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuDialogHelper.java166 public void onClick(DialogInterface dialog, int which) { argument
167 mMenu.performItemAction((MenuItemImpl) mPresenter.getAdapter().getItem(which), 0);
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DFileList.java132 public void onClick(DialogInterface dialog, int which) {
133 switch (which) {
/frameworks/compile/libbcc/runtime/make/
H A Doptions.mk1 # Options which may be overriden for platforms, etc.
/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl124 float getAnimationScale(int which);
126 void setAnimationScale(int which, float scale);
/frameworks/base/core/java/android/webkit/
H A DPlugin.java217 public void onClick(DialogInterface dialog, int which) { argument

Completed in 1438 milliseconds

123