/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/storage/request/ |
D | CreateIndexRequestTest.java | 36 assertThat(createIndexRequest.getCommand()).contains(TABLE_NAME); in testCreateIndex_getCommandWithUnique() 37 assertThat(createIndexRequest.getCommand()).contains(INDEX_NAME); in testCreateIndex_getCommandWithUnique() 38 assertThat(createIndexRequest.getCommand()).contains(COLUMN_NAME); in testCreateIndex_getCommandWithUnique() 39 assertThat(createIndexRequest.getCommand()).contains(UNIQUE); in testCreateIndex_getCommandWithUnique() 47 assertThat(createIndexRequest.getCommand()).contains(TABLE_NAME); in testCreateIndex_getCommandWithoutUnique() 48 assertThat(createIndexRequest.getCommand()).contains(INDEX_NAME); in testCreateIndex_getCommandWithoutUnique() 49 assertThat(createIndexRequest.getCommand()).contains(COLUMN_NAME); in testCreateIndex_getCommandWithoutUnique() 50 assertThat(createIndexRequest.getCommand()).doesNotContain(UNIQUE); in testCreateIndex_getCommandWithoutUnique()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/protocol/ |
D | CvvmProtocol.java | 47 public String getCommand(String command) { in getCommand() method in CvvmProtocol 57 return super.getCommand(command); in getCommand()
|
D | Vvm3Protocol.java | 175 public String getCommand(String command) { in getCommand() method in Vvm3Protocol 184 return super.getCommand(command); in getCommand()
|
D | VisualVoicemailProtocol.java | 86 public String getCommand(String command) { in getCommand() method in VisualVoicemailProtocol
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/ |
D | ShellCommandStats.java | 159 public int getCommand() { in getCommand() method in ShellCommandStats 194 return mCommand == other.getCommand() in equals()
|
D | StatsdAdServicesLogger.java | 831 stats.getCommand(), in logShellCommandStats()
|
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
D | Dicttool.java | 103 private static Command getCommand(final String[] arguments) { in getCommand() method in Dicttool 120 final Command command = getCommand(arguments); in execute()
|
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/utils/ |
D | DropTableRequest.java | 27 public String getCommand() { in getCommand() method in DropTableRequest
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/shell/ |
D | ShellCommandResult.java | 38 public abstract int getCommand(); in getCommand() method in ShellCommandResult
|
D | AdServicesShellCommandHandler.java | 204 shellCommandResult.getCommand(), in onCommand()
|
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/request/ |
D | CreateIndexRequest.java | 48 public String getCommand() { in getCommand() method in CreateIndexRequest
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/ |
D | ShellCommandStatsTest.java | 33 expect.withMessage("command").that(stats.getCommand()).isEqualTo(command); in testConstructor()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/ |
D | AbstractShellCommandTest.java | 61 .that(result.getCommand()) in testReturnWithResult_returnsNull()
|
D | ShellCommandTestCase.java | 49 return new Result(out, err, result.getResultCode(), result.getCommand()); in run()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/imap/ |
D | ImapHelper.java | 391 getConfig().getProtocol().getCommand(OmtpConstants.IMAP_CHANGE_TUI_PWD_FORMAT); in changePin() 406 getConfig().getProtocol().getCommand(OmtpConstants.IMAP_CHANGE_VM_LANG_FORMAT); in changeVoicemailTuiLanguage() 418 String command = getConfig().getProtocol().getCommand(OmtpConstants.IMAP_CLOSE_NUT); in closeNewUserTutorial()
|
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/ |
D | DatabaseUpgradeHelper.java | 138 db.execSQL(new DropTableRequest(table).getCommand()); in dropInitialSetOfTables()
|