Searched defs:remaining (Results 1 - 13 of 13) sorted by relevance

/packages/apps/Gallery2/jni_jpegstream/src/
H A Djpeg_hook.cpp43 int32_t remaining = dst->outStream->getBufferSize() - dst->mgr.free_in_buffer; local
44 if (dst->outStream->write(remaining, 0) != J_SUCCESS) {
/packages/apps/Settings/src/com/android/settings/fingerprint/
H A DFingerprintEnrollSidecar.java112 public void onEnrollmentProgress(int remaining) {
114 mEnrollmentSteps = remaining;
116 mEnrollmentRemaining = remaining;
117 mDone = remaining == 0;
119 mListener.onEnrollmentProgressChange(mEnrollmentSteps, remaining);
153 void onEnrollmentProgressChange(int steps, int remaining); argument
H A DFingerprintEnrollEnrolling.java269 public void onEnrollmentProgressChange(int steps, int remaining) { argument
288 private int getProgress(int steps, int remaining) { argument
292 int progress = Math.max(0, steps + 1 - remaining);
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DInCallServiceFixture.java80 public void setPostDial(String callId, String remaining) throws RemoteException { argument
82 mPostDialById.put(callId, remaining);
86 public void setPostDialWait(String callId, String remaining) throws RemoteException { argument
88 mPostDialWaitById.put(callId, remaining);
H A DConnectionServiceFixture.java280 public void sendOnPostDialWait(String id, String remaining) throws Exception { argument
282 a.onPostDialWait(id, remaining);
/packages/services/Telecomm/src/com/android/server/telecom/
H A DInCallController.java264 void onPostDialWait(Call call, String remaining) { argument
266 Log.i(this, "Calling onPostDialWait, remaining = %s", remaining);
269 inCallService.setPostDialWait(mCallIdMapper.getCallId(call), remaining);
H A DConnectionServiceWrapper.java382 public void onPostDialWait(String callId, String remaining) throws RemoteException { argument
386 logIncoming("onPostDialWait %s %s", callId, remaining);
390 call.onPostDialWait(remaining);
H A DCall.java78 void onPostDialWait(Call call, String remaining); argument
115 public void onPostDialWait(Call call, String remaining) {} argument
1168 void onPostDialWait(String remaining) { argument
1170 l.onPostDialWait(this, remaining);
H A DCallsManager.java287 public void onPostDialWait(Call call, String remaining) { argument
288 mInCallController.onPostDialWait(call, remaining);
642 Log.i(this, "No remaining room for outgoing call: %s", call);
/packages/apps/Gallery/src/com/android/camera/
H A DMenuHelper.java891 public static void showStorageToast(Activity activity, int remaining) { argument
894 if (remaining == MenuHelper.NO_STORAGE_ERROR) {
901 } else if (remaining < 1) {
918 float remaining = ((float) stat.getAvailableBlocks()
920 return (int) remaining;
924 // pictures are remaining. it might be zero but just leave it
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DPrivateVolumeSettings.java715 public ClearCacheObserver(PrivateVolumeSettings target, int remaining) { argument
717 mRemaining = remaining;
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 180 milliseconds