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

1234

/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbConfirmActivity.java112 public void onClick(DialogInterface dialog, int which) { argument
113 if (which == AlertDialog.BUTTON_POSITIVE) {
H A DUsbPermissionActivity.java159 public void onClick(DialogInterface dialog, int which) { argument
160 if (which == AlertDialog.BUTTON_POSITIVE) {
H A DUsbStorageActivity.java77 // thread for working with the storage services, which can be slow
217 public void onClick(DialogInterface dialog, int which) {
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerActivity.java142 public void onClick(DialogInterface dialog, int which) {
148 public void onClick(DialogInterface dialog, int which) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java295 final float which = frand();
297 if (which < 0.0005f) {
299 } else if (which < 0.005f) {
301 } else if (which < 0.5f) {
303 } else if (which < 0.7f) {
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s26 ; * [in] pSrcDst pointer to the coefficient buffer which contains the
39 ; * [in] predDir indicates the prediction direction which takes one
48 ; * [out] pSrcDst pointer to the coefficient buffer which contains
H A DomxVCM4P2_DecodePadMV_PVOP_s.s51 ; * macroblock which contains four decoded motion vectors
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DCreateDirectoryFragment.java70 public void onClick(DialogInterface dialog, int which) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserSwitcherController.java545 public void onClick(DialogInterface dialog, int which) { argument
546 if (which == BUTTON_NEGATIVE) {
569 public void onClick(DialogInterface dialog, int which) { argument
570 if (which == BUTTON_NEGATIVE) {
/frameworks/support/
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/base/core/java/android/preference/
H A DDialogPreference.java382 public void onClick(DialogInterface dialog, int which) { argument
383 mWhichButtonClicked = which;
/frameworks/base/core/java/android/text/
H A DTextUtils.java365 * interface. This also has less overhead than split, which uses regular expressions and
400 * @param delimiter the delimeter on which to split
835 * Return a new CharSequence in which each of the source strings is
902 int which = Character.getNumericValue(next) - 1;
903 if (which < 0) {
905 "template requests value ^" + (which+1));
907 if (which >= values.length) {
909 "template requests value ^" + (which+1) +
912 ssb.replace(i, i+2, values[which]);
913 i += values[which]
[all...]
/frameworks/native/services/surfaceflinger/
H A DAndroid.mk132 # uses jni which may not be available in PDK
/frameworks/base/core/java/android/widget/
H A DSpinner.java98 * @param context The Context the view is running in, through which it can
110 * @param context The Context the view is running in, through which it can
124 * @param context The Context the view is running in, through which it can
136 * @param context The Context the view is running in, through which it can
152 * @param context The Context the view is running in, through which it can
172 * @param context The Context the view is running in, through which it can
413 * Sets the Adapter used to provide the data which backs this Spinner.
690 public void onClick(DialogInterface dialog, int which) { argument
691 setSelection(which);
1018 public void onClick(DialogInterface dialog, int which) { argument
[all...]
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp346 const size_t which = static_cast<size_t>(cookie) - 1; local
347 if (which < mAssetPaths.size()) {
348 return mAssetPaths[which].path;
557 const size_t which = static_cast<size_t>(cookie) - 1; local
566 if (which < mAssetPaths.size()) {
568 mAssetPaths.itemAt(which).path.string());
570 fileName, mode, mAssetPaths.itemAt(which));
615 // which we want to avoid parsing every time.
1274 const size_t which = static_cast<size_t>(cookie) - 1; local
1276 if (which < mAssetPath
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DSelectPrinterActivity.java385 public void onClick(DialogInterface dialog, int which) {
386 String item = adapter.getItem(which);
394 PrintServiceInfo printService = printServices.get(which);
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2138 public void onClick(DialogInterface dialog, int which) {
2165 public void onClick(DialogInterface dialog, int which) {
2224 public void onClick(DialogInterface dialog, int which) {
2231 public void onClick(DialogInterface dialog, int which) {
2283 public void onClick(DialogInterface dialog, int which) {
2284 Log.d(TAG, "mBuilder.onclick:" + which);
2286 mEST.dipToPx(Integer.parseInt((String) mSizeDisplayInts[which]));
2300 public void onClick(DialogInterface dialog, int which) {
2302 switch (which) {
2329 public void onClick(DialogInterface dialog, int which) {
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java373 public void onClick(DialogInterface dialog, int which) {
548 public void onClick(DialogInterface dialog, int which) { argument
549 if (!(mAdapter.getItem(which) instanceof SilentModeTriStateAction)) {
552 mAdapter.getItem(which).onPress();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCard.java323 public void onClick(DialogInterface dialog, int which) {
325 if (which == DialogInterface.BUTTON_POSITIVE) {
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp1248 int which = -1; // any local
1253 if (which >= 0 && (int)program->number() != which) {
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java79 * which there is more than one matching activity, allowing the user to decide
80 * which to go to. It is not normally used directly by application developers.
513 void startSelected(int which, boolean always, boolean filtered) { argument
517 ResolveInfo ri = mAdapter.resolveInfoForPosition(which, filtered);
518 Intent intent = mAdapter.intentForPosition(which, filtered);
568 // Look through the resolved filter to determine which part
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java237 * Note: All applications which handle incoming SMS messages by processing the
239 * into the new methods in {@link android.telephony.SmsMessage} which take an
241 * devices which require support for both 3GPP and 3GPP2 formats at the same time,
464 * which cause smaller number of SMS to be sent in checking period.
491 * which cause smaller number of SMS to be sent in checking period.
590 * which cause smaller number of SMS to be sent in checking period.
693 * which cause smaller number of SMS to be sent in checking period.
1335 public void onClick(DialogInterface dialog, int which) { argument
1340 if (which == DialogInterface.BUTTON_POSITIVE) {
1350 } else if (which
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s51 ; * macroblock which contains four decoded motion vectors
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java396 public void onClick(DialogInterface dialog, int which) {
/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownThread.java102 * state etc. Must be called from a Looper thread in which its UI
145 public void onClick(DialogInterface dialog, int which) {
183 * state etc. Must be called from a Looper thread in which its UI
198 * Request a reboot into safe mode. Must be called from a Looper thread in which its UI

Completed in 2891 milliseconds

1234