Home
last modified time | relevance | path

Searched refs:CallComposerPictureManager (Results 1 – 8 of 8) sorted by relevance

/packages/services/Telephony/tests/src/com/android/phone/callcomposer/
DPictureManagerTest.java62 @Mock CallComposerPictureManager.CallLogProxy mockCallLogProxy;
71 originalTestMode = CallComposerPictureManager.sTestMode; in setUp()
74 CallComposerPictureManager.sTestMode = false; in setUp()
95 CallComposerPictureManager.sTestMode = originalTestMode; in tearDown()
96 CallComposerPictureManager.clearInstances(); in tearDown()
101 CallComposerPictureManager manager = CallComposerPictureManager.getInstance(context, 0); in testPictureUpload()
159 CallComposerPictureManager manager = CallComposerPictureManager.getInstance(context, 0); in testPictureUploadWithAuthRefresh()
184 waitForExecutorAction(CallComposerPictureManager.getExecutor(), TIMEOUT_MILLIS); in testPictureUploadWithAuthRefresh()
200 CallComposerPictureManager manager = CallComposerPictureManager.getInstance(context, 0); in testPictureDownload()
239 CallComposerPictureManager manager = CallComposerPictureManager.getInstance(context, 0); in testPictureDownloadWithAuthRefresh()
[all …]
/packages/services/Telephony/src/com/android/phone/callcomposer/
DCallComposerPictureManager.java52 public class CallComposerPictureManager { class
53 private static final String TAG = CallComposerPictureManager.class.getSimpleName();
54 private static final SparseArray<CallComposerPictureManager> sInstances = new SparseArray<>();
57 public static CallComposerPictureManager getInstance(Context context, int subscriptionId) { in getInstance()
64 new CallComposerPictureManager(context, subscriptionId)); in getInstance()
114 private CallComposerPictureManager(Context context, int subscriptionId) { in CallComposerPictureManager() method in CallComposerPictureManager
333 synchronized (CallComposerPictureManager.this) { in getGbaCredentials()
/packages/services/Telephony/src/com/android/services/telephony/
DPstnIncomingCallNotifier.java44 import com.android.phone.callcomposer.CallComposerPictureManager;
301 if (CallComposerPictureManager.sTestMode) { in sendIncomingCallIntent()
303 CallComposerPictureManager.FAKE_SERVER_URL); in sendIncomingCallIntent()
307 CallComposerPictureManager.FAKE_SUBJECT); in sendIncomingCallIntent()
309 CallComposerPictureManager.FAKE_LOCATION); in sendIncomingCallIntent()
DTelephonyConnection.java89 import com.android.phone.callcomposer.CallComposerPictureManager;
1231 String serverUrl = CallComposerPictureManager.sTestMode in onCallFilteringCompleted()
1232 ? CallComposerPictureManager.FAKE_SERVER_URL in onCallFilteringCompleted()
1236 CallComposerPictureManager manager = CallComposerPictureManager in onCallFilteringCompleted()
DTelephonyConnectionService.java71 import com.android.phone.callcomposer.CallComposerPictureManager;
1675 CallComposerPictureManager.getInstance(phone.getContext(), phone.getSubId()) in placeOutgoingConnection()
/packages/services/Telephony/src/com/android/phone/
DLocalConnectionImpl.java22 import com.android.phone.callcomposer.CallComposerPictureManager;
35 return CallComposerPictureManager.getInstance(mContext, subscriptionId) in getCallComposerServerUrlForHandle()
DTelephonyShellCommand.java57 import com.android.phone.callcomposer.CallComposerPictureManager;
2542 CallComposerPictureManager.sTestMode = true; in handleCallComposerCommand()
2544 CallComposerPictureManager.sTestMode = false; in handleCallComposerCommand()
2546 getOutPrintWriter().println(CallComposerPictureManager.sTestMode); in handleCallComposerCommand()
2559 CallComposerPictureManager.getInstance(mContext, subscriptionId) in handleCallComposerCommand()
DPhoneInterfaceManager.java198 import com.android.phone.callcomposer.CallComposerPictureManager;
7294 CallComposerPictureManager.getInstance(mApp, subscriptionId).handleUploadToServer( in uploadCallComposerPicture()