Home
last modified time | relevance | path

Searched refs:setMethod (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Gallery2/jni_jpegstream/src/
Djpegstream.cpp91 jmethodID setMethod = NULL; in InputStream_setup() local
99 setMethod = env->GetMethodID(pointClass, "set", "(II)V"); in InputStream_setup()
100 if (env->ExceptionCheck() || setMethod == NULL) { in InputStream_setup()
132 env->CallVoidMethod(dimens, setMethod, static_cast<jint>(w), in InputStream_setup()
/packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/
DAppActiveStreams.java57 public void setMethod(int method) { in setMethod() method in AppActiveStreams.StreamCallbackWithState
126 callbackWithState.setMethod(newMethod); in updateStreamingMethod()
/packages/services/Telephony/tests/src/com/android/phone/
DLocationAccessPolicyTest.java227 .setMethod("test") in getDefaultQueryBuilder()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java1918 .setMethod("getCellLocation") in getCellLocation()
2083 .setMethod("getAllCellInfo") in getAllCellInfo()
2139 .setMethod("requestCellInfoUpdate") in requestCellInfoUpdateInternal()
4422 .setMethod("getCellNetworkScanResults") in getCellNetworkScanResults()
4462 .setMethod("requestNetworkScan") in requestNetworkScan()
5592 .setMethod("getServiceStateForSubscriber") in getServiceStateForSubscriber()
5603 .setMethod("getServiceStateForSubscriber") in getServiceStateForSubscriber()