Searched refs:CallComposerPictureManager (Results 1 – 8 of 8) sorted by relevance
/packages/services/Telephony/tests/src/com/android/phone/callcomposer/ |
D | PictureManagerTest.java | 62 @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/ |
D | CallComposerPictureManager.java | 52 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/phone/ |
D | LocalConnectionImpl.java | 22 import com.android.phone.callcomposer.CallComposerPictureManager; 35 return CallComposerPictureManager.getInstance(mContext, subscriptionId) in getCallComposerServerUrlForHandle()
|
D | TelephonyShellCommand.java | 62 import com.android.phone.callcomposer.CallComposerPictureManager; 2951 CallComposerPictureManager.sTestMode = true; in handleCallComposerCommand() 2953 CallComposerPictureManager.sTestMode = false; in handleCallComposerCommand() 2955 getOutPrintWriter().println(CallComposerPictureManager.sTestMode); in handleCallComposerCommand() 2968 CallComposerPictureManager.getInstance(mContext, subscriptionId) in handleCallComposerCommand()
|
D | PhoneInterfaceManager.java | 251 import com.android.phone.callcomposer.CallComposerPictureManager; 8192 CallComposerPictureManager.getInstance(mApp, subscriptionId).handleUploadToServer( in uploadCallComposerPicture()
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | PstnIncomingCallNotifier.java | 46 import com.android.phone.callcomposer.CallComposerPictureManager; 309 if (CallComposerPictureManager.sTestMode) { in sendIncomingCallIntent() 311 CallComposerPictureManager.FAKE_SERVER_URL); in sendIncomingCallIntent() 315 CallComposerPictureManager.FAKE_SUBJECT); in sendIncomingCallIntent() 317 CallComposerPictureManager.FAKE_LOCATION); in sendIncomingCallIntent()
|
D | TelephonyConnection.java | 96 import com.android.phone.callcomposer.CallComposerPictureManager; 1254 String serverUrl = CallComposerPictureManager.sTestMode in onCallFilteringCompleted() 1255 ? CallComposerPictureManager.FAKE_SERVER_URL in onCallFilteringCompleted() 1259 CallComposerPictureManager manager = CallComposerPictureManager in onCallFilteringCompleted()
|
D | TelephonyConnectionService.java | 106 import com.android.phone.callcomposer.CallComposerPictureManager; 2265 CallComposerPictureManager.getInstance(phone.getContext(), phone.getSubId()) in placeOutgoingConnection()
|