Searched refs:setTimeSdkCallCompleted (Results 1 – 6 of 6) sorted by relevance
123 sandboxLatencyInfo.setTimeSdkCallCompleted(mInjector.elapsedRealtime()); in init()126 sandboxLatencyInfo.setTimeSdkCallCompleted(mInjector.elapsedRealtime()); in init()131 sandboxLatencyInfo.setTimeSdkCallCompleted(mInjector.elapsedRealtime()); in init()232 sandboxLatencyInfo.setTimeSdkCallCompleted( in onSurfacePackageRequested()242 sandboxLatencyInfo.setTimeSdkCallCompleted(mInjector.elapsedRealtime()); in onSurfacePackageRequested()
205 sandboxLatencyInfo.setTimeSdkCallCompleted(mInjector.elapsedRealtime()); in unloadSdk()
136 sandboxLatencyInfo.setTimeSdkCallCompleted(-1); in testGetSandboxLatency_timeFieldsNotSetForSdk()159 sandboxLatencyInfo.setTimeSdkCallCompleted(-1); in testGetSdkLatency_timeFieldsNotSetForSdk()474 sandboxLatencyInfo.setTimeSdkCallCompleted(TIME_SDK_CALL_COMPLETED); in getSandboxLatencyObjectWithAllFieldsSet()
125 sandboxLatencyInfo.setTimeSdkCallCompleted(-1); in testlogSandboxApiLatency_LoadSdk_SdkStageMissing_CallsStatsdWithoutSdkStage()242 sandboxLatencyInfo.setTimeSdkCallCompleted(8); in createSandboxLatencyInfoWithDefaultTimestamps()
223 sandboxLatencyInfo.setTimeSdkCallCompleted(mTimeSdkCallCompleted); in setSandboxLatencyTimestamps()
279 public void setTimeSdkCallCompleted(long timeSdkCallCompleted) { in setTimeSdkCallCompleted() method in SandboxLatencyInfo