Searched refs:run (Results 126 - 150 of 265) sorted by relevance

1234567891011

/frameworks/base/core/java/android/preference/
H A DPreferenceGroupAdapter.java86 public void run() {
/frameworks/base/core/java/com/android/internal/widget/
H A DDigitalClock.java66 public void run() {
/frameworks/base/core/tests/coretests/src/android/accessibilityservice/
H A DAccessibilityTestService.java76 public void run() {
/frameworks/base/core/tests/coretests/src/android/view/
H A DVisibilityCallbackTest.java59 public void run() {
/frameworks/base/media/java/android/media/
H A DAsyncPlayer.java85 public void run() { method in class:AsyncPlayer.Thread
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCameraTest.java82 public void run() {
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java74 public void run() { method in class:ServerThread
478 // We now tell the activity manager it is okay to run third party
480 // where third party code can really run (but before it has actually
485 public void run() {
519 public void run() method in class:DemoThread
564 public void run() {
570 // The system server has to run all of the time, so it needs to be
H A DViewServer.java154 public void run() { method in class:ViewServer
/frameworks/base/telephony/tests/telephonytests/src/com/android/telephonytest/unit/
H A DCallerInfoUnitTest.java160 * Class to run a CallerInfoAsyncQuery in a separate thread, with
185 public void run() { method in class:CallerInfoUnitTest.QueryRunner
/frameworks/base/tests/CoreTests/android/core/
H A DDatagramTest.java54 public void run() { method in class:DatagramTest.Reflector
H A DURLTest.java90 public void run() { method in class:URLTest.DummyServer
/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
H A DImfBaseTestCase.java88 public void run() {
/frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
H A DLowStorageTest.java76 public void run() {
/frameworks/base/cmds/runtime/
H A Dmain_runtime.cpp110 // Selected application to run.
129 static int run(sp<ProcessState>& proc) function in namespace:android
146 LOGI("run() sending FIRST_CALL_TRANSACTION to activity manager");
508 run(proc);
/frameworks/base/core/java/android/view/
H A DViewDebug.java903 public void run() {
936 public void run(Void... data) {
949 public void run(Void... data) {
966 public void run(Object... data) {
996 void run(T... data); method in interface:ViewDebug.ViewOperation
1005 public void run() {
1009 operation.run(data);
1126 public void run() {
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvlc_dequant.cpp101 /* enter the zero run decoding loop */
124 i += run_level.run;
414 /* enter the zero run decoding loop */
429 i += run_level.run;
570 i += run_level.run;
869 /* enter the zero run decoding loop */
881 i += run_level.run;
955 i += run_level.run;
1094 /* enter the zero run decoding loop */
1108 i += run_level.run;
[all...]
/frameworks/base/core/java/android/accounts/
H A DAccountManagerService.java482 public void run() throws RemoteException { method in class:AccountManagerService.TestFeaturesSession
543 public void run() throws RemoteException { method in class:AccountManagerService.RemoveAccountSession
842 public void run() throws RemoteException {
987 public void run() throws RemoteException {
1015 public void run() throws RemoteException {
1039 public void run() throws RemoteException {
1064 public void run() throws RemoteException {
1090 public void run() throws RemoteException { method in class:AccountManagerService.GetAccountsByTypeAndFeatureSession
1342 run();
1358 public abstract void run() throw method in class:AccountManagerService.Session
[all...]
/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java1276 public void run() {
1444 public void run() { method in class:AutoCompleteTextView.ListSelectorHider
1450 public void run() { method in class:AutoCompleteTextView.ResizePopupRunnable
1479 mResizePopupRunnable.run();
1664 public void run() {
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseGeneralTest.java75 // These test can only be run once.
734 assertThrowsIllegalState(new Runnable() { public void run() {
739 assertThrowsIllegalState(new Runnable() { public void run() {
746 assertThrowsIllegalState(new Runnable() { public void run() {
750 assertThrowsIllegalState(new Runnable() { public void run() {
803 r.run();
/frameworks/base/core/java/com/android/internal/os/
H A DZygoteInit.java86 * should run before calling gc() again.
164 * by invoking the exception's run() method. This arrangement
616 caller.run();
652 peer.run();
856 public void run() { method in class:ZygoteInit.MethodAndArgsCaller
/frameworks/policies/base/phone/com/android/internal/policy/impl/
H A DLockScreen.java352 mPendingR2.run(); // fire immediately, restoring non-toasted appearance
361 public void run() {
372 public void run() {
/frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
H A DBmgr.java41 new Bmgr().run(args);
48 public void run(String[] args) { method in class:Bmgr
75 if ("run".equals(op)) {
420 System.err.println("usage: bmgr [backup|restore|list|transport|run]");
429 System.err.println(" bmgr run");
464 System.err.println("The 'run' command causes any scheduled backup operation to be initiated");
/frameworks/base/core/java/android/app/
H A DDialog.java110 public void run() {
118 * @param context The Context the Dialog is to run it. In particular, it
129 * @param context The Context in which the Dialog should run. In particular, it
268 mDismissAction.run();
/frameworks/base/core/java/android/webkit/
H A DHTML5VideoViewProxy.java115 public void run() { method in class:HTML5VideoViewProxy.VideoPlayer.TimeupdateTask
390 public void run() {
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaRecorderStressTest.java96 public void run() {
115 public void run() {

Completed in 389 milliseconds

1234567891011