/packages/services/Telephony/testapps/TelephonyManagerTestApp/src/com/android/phone/testapps/telephonymanagertestapp/ |
D | ParameterParser.java | 61 Object executeParser(Class type, String input) { in executeParser() 66 private static PhoneNumberRange parsePhoneNumberRange(String input) { in parsePhoneNumberRange() 74 private Executor parseExecutor(String input) { in parseExecutor() 78 private Consumer parseConsumer(String input) { in parseConsumer() 87 private RadioAccessSpecifier parseRadioAccessSpecifier(String input) { in parseRadioAccessSpecifier() 105 private List parseList(String input) { in parseList() 129 private NumberVerificationCallback parseNumberVerificationCallback(String input) { in parseNumberVerificationCallback()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/simaka/attributes/ |
D | AtIdReqTest.java | 59 ByteBuffer input = ByteBuffer.wrap(AT_PERMANENT_ID_REQ); in testDecodeAtPermanentIdReq() local 71 ByteBuffer input = ByteBuffer.wrap(PERMANENT_ID_INVALID_LENGTH); in testDecodeAtPermanentIdReqInvalidLength() local 90 ByteBuffer input = ByteBuffer.wrap(AT_ANY_ID_REQ); in testDecodeAtAnyIdReq() local 102 ByteBuffer input = ByteBuffer.wrap(ANY_ID_INVALID_LENGTH); in testDecodeAtAnyIdReqInvalidLength() local 121 ByteBuffer input = ByteBuffer.wrap(AT_FULL_AUTH_ID_REQ); in testDecodeAtFullauthIdReq() local 133 ByteBuffer input = ByteBuffer.wrap(FULL_AUTH_ID_INVALID_LENGTH); in testDecodeAtFullauthIdReqInvalidLength() local
|
D | AtResTest.java | 52 ByteBuffer input = ByteBuffer.wrap(AT_RES); in testDecode() local 64 ByteBuffer input = ByteBuffer.wrap(AT_RES_INVALID_RES_LENGTH); in testDecodeInvalidResLength() local 74 ByteBuffer input = ByteBuffer.wrap(AT_RES_SHORT_RES); in testDecodeShortResLength() local 84 ByteBuffer input = ByteBuffer.wrap(AT_RES_LONG_RES); in testDecodeLongResLength() local
|
D | AtCounterTest.java | 56 ByteBuffer input = ByteBuffer.wrap(AT_COUNTER); in testDecodeAtCounter() local 69 ByteBuffer input = ByteBuffer.wrap(AT_COUNTER_INVALID_LENGTH); in testDecodeAtCounterInvalidLength() local 95 ByteBuffer input = ByteBuffer.wrap(AT_COUNTER_TOO_SMALL); in testDecodeAtCounterTooSmall() local 107 ByteBuffer input = ByteBuffer.wrap(AT_COUNTER_TOO_SMALL_INVALID_LENGTH); in testDecodeAtCounterTooSmallInvalidLength() local
|
D | AtRandSimTest.java | 56 ByteBuffer input = ByteBuffer.wrap(AT_RAND_SIM); in testDecode() local 71 ByteBuffer input = ByteBuffer.wrap(AT_RAND_SIM_INVALID_NUM_RANDS); in testDecodeInvalidNumRands() local 81 ByteBuffer input = ByteBuffer.wrap(AT_RAND_SIM_DUPLICATE_RANDS); in testDecodeDuplicateRands() local
|
D | AtBiddingTest.java | 50 ByteBuffer input = ByteBuffer.wrap(AT_BIDDING_SUPPORTS_AKA_PRIME); in testDecodeServerSupportsAkaPrime() local 62 ByteBuffer input = ByteBuffer.wrap(AT_BIDDING_DOES_NOT_SUPPORT_AKA_PRIME); in testDecodeDoesNotSupportAkaPrime() local 74 ByteBuffer input = ByteBuffer.wrap(AT_BIDDING_INVALID_LENGTH); in testDecodeInvalidLength() local
|
D | AtNotificationTest.java | 58 ByteBuffer input = ByteBuffer.wrap(AT_NOTIFICATION); in testDecode() local 73 ByteBuffer input = ByteBuffer.wrap(AT_NOTIFICATION_INVALID_LENGTH); in testDecodeInvalidLength() local 83 ByteBuffer input = ByteBuffer.wrap(AT_NOTIFICATION_INVALID_STATE); in testDecodeInvalidState() local
|
D | AtRandAkaTest.java | 49 ByteBuffer input = ByteBuffer.wrap(AT_RAND_AKA); in testDecode() local 61 ByteBuffer input = ByteBuffer.wrap(AT_RAND_AKA_INVALID_LENGTH); in testDecodeInvalidLength() local
|
D | AtAutnTest.java | 49 ByteBuffer input = ByteBuffer.wrap(AT_AUTN); in testDecode() local 61 ByteBuffer input = ByteBuffer.wrap(AT_AUTN_INVALID_LENGTH); in testDecodeInvalidLength() local
|
D | AtKdfTest.java | 49 ByteBuffer input = ByteBuffer.wrap(AT_KDF); in testDecode() local 61 ByteBuffer input = ByteBuffer.wrap(AT_KDF_INVALID_LENGTH); in testDecodeInvalidLength() local
|
D | AtAutsTest.java | 49 ByteBuffer input = ByteBuffer.wrap(AT_AUTS); in testDecode() local 61 ByteBuffer input = ByteBuffer.wrap(AT_AUTS_INVALID_LENGTH); in testDecodeInvalidLength() local
|
D | AtPaddingTest.java | 51 ByteBuffer input = ByteBuffer.wrap(AT_PADDING); in testDecode() local 63 ByteBuffer input = ByteBuffer.wrap(AT_PADDING_INVALID_PADDING); in testDecodeInvalidPadding() local
|
D | AtVersionListTest.java | 56 ByteBuffer input = ByteBuffer.wrap(AT_VERSION_LIST); in testDecode() local 69 ByteBuffer input = ByteBuffer.wrap(AT_VERSION_LIST_INVALID_LENGTH); in testDecodeInvalidActualLength() local
|
D | AtSelectedVersionTest.java | 53 ByteBuffer input = ByteBuffer.wrap(AT_SELECTED_VERSION); in testDecode() local 66 ByteBuffer input = ByteBuffer.wrap(AT_SELECTED_VERSION_INVALID_LENGTH); in testDecodeInvalidLength() local
|
D | AtKdfInputTest.java | 47 ByteBuffer input = ByteBuffer.wrap(AT_KDF_INPUT); in testDecode() local 59 ByteBuffer input = ByteBuffer.wrap(AT_KDF_INPUT_EMPTY_NETWORK_NAME); in testDecodeEmptyNetworkName() local
|
D | AtClientErrorCodeTest.java | 53 ByteBuffer input = ByteBuffer.wrap(AT_CLIENT_ERROR_CODE); in testDecode() local 66 ByteBuffer input = ByteBuffer.wrap(AT_CLIENT_ERROR_CODE_INVALID_LENGTH); in testDecodeInvalidLength() local
|
/packages/apps/Dialer/java/com/android/dialer/common/concurrent/ |
D | DialerExecutor.java | 124 OutputT doInBackground(@Nullable InputT input) throws Throwable; in doInBackground() 172 void executeSerial(@Nullable InputT input); in executeSerial() 182 void executeSerialWithWait(@Nullable InputT input, long waitMillis); in executeSerialWithWait() 189 void executeParallel(@Nullable InputT input); in executeParallel() 197 @NonNull ExecutorService executorService, @Nullable InputT input); in executeOnCustomExecutorService()
|
D | DialerUiTaskFragment.java | 121 void executeSerial(InputT input) { in executeSerial() 125 void executeSerialWithWait(InputT input, long waitMillis) { in executeSerialWithWait() 134 void executeParallel(InputT input) { in executeParallel() 138 void executeOnCustomExecutor(ExecutorService executor, InputT input) { in executeOnCustomExecutor() 143 private void runTask(@Nullable InputT input) { in runTask()
|
D | DefaultDialerExecutorFactory.java | 180 public void executeSerial(@Nullable InputT input) { in executeSerial() 185 public void executeSerialWithWait(@Nullable InputT input, long waitMillis) { in executeSerialWithWait() 190 public void executeParallel(@Nullable InputT input) { in executeParallel() 196 @NonNull ExecutorService executorService, @Nullable InputT input) { in executeOnCustomExecutorService() 197 dialerUiTaskFragment.executeOnCustomExecutor(Assert.isNotNull(executorService), input); in executeOnCustomExecutorService() local 226 public void executeSerial(@Nullable InputT input) { in executeSerial() 231 public void executeSerialWithWait(@Nullable InputT input, long waitMillis) { in executeSerialWithWait() 241 public void executeParallel(@Nullable InputT input) { in executeParallel() 247 @NonNull ExecutorService executorService, @Nullable InputT input) { in executeOnCustomExecutorService() 251 private void run(@Nullable InputT input) { in run()
|
/packages/apps/Dialer/java/com/android/dialer/oem/ |
D | TranssionUtils.java | 47 public static boolean isTranssionSecretCode(String input) { in isTranssionSecretCode() 61 public static void handleTranssionSecretCode(Context context, String input) { in handleTranssionSecretCode() 67 private static String getDigitsFromSecretCode(String input) { in getDigitsFromSecretCode()
|
D | MotorolaHiddenMenuKeySequence.java | 53 static boolean handleCharSequence(Context context, String input) { in handleCharSequence() 123 private static boolean handleKeyPattern(Context context, String input) { in handleKeyPattern() 141 private static boolean handleKeySequence(Context context, String input) { in handleKeySequence() 160 final Context context, final String input, final String action) { in sendIntent()
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | MoreMath.java | 27 public static int clamp(int input, int lowerBound, int upperBound) { in clamp() 37 public static float clamp(float input, float lowerBound, float upperBound) { in clamp() 47 public static double clamp(double input, double lowerBound, double upperBound) { in clamp()
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/ |
D | StreamUtils.java | 31 public static boolean byteToIntArray(int[] output, byte[] input, ByteOrder endianness) { in byteToIntArray() 50 public static int[] byteToIntArray(byte[] input, ByteOrder endianness) { in byteToIntArray() 59 public static int[] byteToIntArray(byte[] input) { in byteToIntArray()
|
/packages/services/Telephony/src/com/android/phone/ |
D | SpecialCharSequenceMgr.java | 77 static boolean handleChars(Context context, String input) { in handleChars() 104 String input, in handleChars() 130 String input, in handleCharsForLockedDevice() 156 static private boolean handleSecretCode(String input) { in handleSecretCode() 167 static private boolean handleAdnEntry(Context context, String input) { in handleAdnEntry() 230 static private boolean handlePinEntry(Context context, String input, in handlePinEntry() 281 String input) { in handleIMEIDisplay() 307 private static boolean handleRegulatoryInfoDisplay(Context context, String input) { in handleRegulatoryInfoDisplay()
|
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
D | BinaryDictOffdeviceUtils.java | 109 InputStream input = new BufferedInputStream(new FileInputStream(src)); in getStream() local 126 public T process(@Nonnull final InputStream input) in process() 132 public File process(@Nonnull final InputStream input) throws IOException, in process() 154 public DictionaryHeader process(final InputStream input) throws IOException, in process() 209 public static void copy(final InputStream input, final OutputStream output) throws IOException { in copy() 229 final InputStream input = spec.getStream(src); in decodeDictionaryForProcess() local
|