/system/vold/ |
CleanSpec.mk | 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h) 23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates) 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates) 44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f) 45 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*)
|
/system/wlan/ti/ |
CleanSpec.mk | 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h) 23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates) 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates) 44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f) 45 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*)
|
/packages/apps/Phone/src/com/android/phone/ |
InCallScreen.java | 66 import com.android.internal.telephony.Call; 76 * Phone app "in call" screen. 97 * provider. Used to get the name displayed in the in-call screen 98 * during the call setup. The value is a string. 108 * call. The value is a string. It holds the gateway address 110 * will actually be contacted to call the number passed in the 118 // Amount of time (in msec) that we display the "Call ended" state. 124 // Amount of time (in msec) that we keep the in-call menu onscreen 173 //following constants are used for OTA Call 185 // High-level "modes" of the in-call UI 1806 Call call = c.getCall(); local [all...] |
/external/easymock/src/org/easymock/ |
MockControl.java | 50 * the order of expected method calls. An unexpected method call on the mock
66 * order of expected method calls. An unexpected method call on the mock
82 * the order of expected method calls. An unexpected method call on the mock
137 * Records that the mock object will expect the last method call once, and
147 "method call on the mock needed before setting void callable")
152 * Records that the mock object will expect the last method call once, and
168 "method call on the mock needed before setting Throwable")
173 * Records that the mock object will expect the last method call once, and
185 "method call on the mock needed before setting return value")
190 * Records that the mock object will expect the last method call a fixed [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
Call.java | 26 public abstract class Call { 54 // For CDMA, during call waiting/3 way, there is no network response 55 // if call waiting is answered, network timed out, dropped, 3 way 59 protected final String LOG_TAG = "Call"; 77 * @return true if the call contains the connection object passed in 85 * @return true if the call contains one or more connections 99 * @return state of class call 109 * @return true if the call contains only disconnected connections (if any) 116 * Returns the Connection associated with this Call that was created 117 * first, or null if there are no Connections in this Call [all...] |
/frameworks/base/test-runner/src/android/test/ |
ActivityInstrumentationTestCase2.java | 77 * <p>If you wish to provide custom setup values to your Activity, you may call 79 * before your first call to getActivity(). Calling them after your Activity has 84 * will be started automatically just before your test method is run. You still call this 108 * Call this method before the first call to {@link #getActivity} to inject a customized Intent 111 * <p>If you do not call this, the default intent will be provided. If you call this after 115 * If your test method is annotated with {@link android.test.UiThreadTest}, then you must call 130 * Call this method before the first call to {@link #getActivity} to set the initial touc [all...] |
/dalvik/libcore/security/src/test/java/tests/security/permissions/ |
JavaLangSystemTest.java | 58 notes = "Verifies that getProperties and setProperties call checkPropertiesAccess on security manager.", 64 notes = "Verifies that getProperties and setProperties call checkPropertiesAccess on security manager.", 93 assertTrue("System.getProperties must call checkPropertiesAccess on security manager", s.called); 97 assertTrue("System.setProperties must call checkPropertiesAccess on security manager", s.called); 141 assertTrue("System.getProperty must call checkPropertyAccess on security manager", s.called); 146 assertTrue("System.getProperty must call checkPropertyAccess on security manager", s.called); 178 assertTrue("System.setProperty must call checkPermission on security manager", s.called); 209 notes = "Verifies that setIn/Out/Err methods call checkPermission method of security manager., needs a fix in class System, see ticket #67", 215 notes = "Verifies that setIn/Out/Err methods call checkPermission " + 223 notes = "Verifies that setIn/Out/Err methods call checkPermission " [all...] |
/build/tools/droiddoc/test/generics/ |
Android.mk | 15 LOCAL_PATH:= $(call my-dir) 18 LOCAL_SRC_FILES:=$(call all-subdir-java-files)
|
/build/tools/droiddoc/test/stubs/ |
Android.mk | 15 LOCAL_PATH:= $(call my-dir) 18 LOCAL_SRC_FILES:=$(call all-java-files-under,src)
|
/cts/tests/ProcessTest/NoShareUidApp/ |
Android.mk | 15 LOCAL_PATH:= $(call my-dir) 24 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/cts/tests/ProcessTest/ShareUidApp/ |
Android.mk | 15 LOCAL_PATH:= $(call my-dir) 24 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/cts/tests/appsecurity-tests/test-apps/ |
Android.mk | 15 LOCAL_PATH := $(call my-dir) 20 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/cts/tests/appsecurity-tests/test-apps/AppAccessData/ |
Android.mk | 15 LOCAL_PATH:= $(call my-dir) 21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/cts/tests/appsecurity-tests/test-apps/AppWithData/ |
Android.mk | 15 LOCAL_PATH:= $(call my-dir) 21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/cts/tests/appsecurity-tests/test-apps/InstrumentationAppDiffCert/ |
Android.mk | 15 LOCAL_PATH:= $(call my-dir) 21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/cts/tests/appsecurity-tests/test-apps/PermissionDeclareApp/ |
Android.mk | 15 LOCAL_PATH:= $(call my-dir) 21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/cts/tests/appsecurity-tests/test-apps/SharedUidInstall/ |
Android.mk | 15 LOCAL_PATH:= $(call my-dir) 21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/cts/tests/appsecurity-tests/test-apps/SharedUidInstallDiffCert/ |
Android.mk | 15 LOCAL_PATH:= $(call my-dir) 21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/cts/tests/appsecurity-tests/test-apps/SimpleAppInstall/ |
Android.mk | 15 LOCAL_PATH:= $(call my-dir) 21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/cts/tests/appsecurity-tests/test-apps/SimpleAppInstallDiffCert/ |
Android.mk | 15 LOCAL_PATH:= $(call my-dir) 21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/cts/tests/appsecurity-tests/test-apps/TargetInstrumentationApp/ |
Android.mk | 15 LOCAL_PATH:= $(call my-dir) 21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/cts/tests/appsecurity-tests/test-apps/UsePermissionDiffCert/ |
Android.mk | 15 LOCAL_PATH:= $(call my-dir) 21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/cts/tests/core/ |
Android.mk | 15 LOCAL_PATH:= $(call my-dir) 19 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/cts/tests/core/runner/ |
Android.mk | 15 LOCAL_PATH:= $(call my-dir) 29 LOCAL_SRC_FILES := $(call all-java-files-under,src)
|
/cts/tests/tests/hardware/ |
Android.mk | 15 LOCAL_PATH:= $(call my-dir) 23 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|