/packages/apps/Gallery2/jni_jpegstream/src/ |
H A D | jpeg_hook.cpp | 43 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 D | FingerprintEnrollSidecar.java | 112 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 D | FingerprintEnrollEnrolling.java | 269 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 D | InCallServiceFixture.java | 80 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 D | ConnectionServiceFixture.java | 280 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 D | InCallController.java | 264 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 D | ConnectionServiceWrapper.java | 382 public void onPostDialWait(String callId, String remaining) throws RemoteException { argument 386 logIncoming("onPostDialWait %s %s", callId, remaining); 390 call.onPostDialWait(remaining);
|
H A D | Call.java | 78 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 D | CallsManager.java | 287 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 D | MenuHelper.java | 891 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 D | PrivateVolumeSettings.java | 715 public ClearCacheObserver(PrivateVolumeSettings target, int remaining) { argument 717 mRemaining = remaining;
|
/packages/services/Telecomm/libs/ |
H A D | guava.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ... |
/packages/apps/Messaging/build/gcheckstyle/ |
H A D | google-style-checker_deploy.jar | META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ... |