blob: df14f41aa0dd8be66143582ec817e88f681f5bdd [file] [log] [blame]
syntax = "proto2";
option java_package = "com.android.dialer.callintent";
option java_multiple_files = true;
package com.android.dialer.callintent;
// The type of speed call contact (favorites). Applies to initiation type
// SPEED_DIAL only.
message SpeedDialContactType {
enum Type {
UNDEFINED = 0;
PINNED_CONTACT = 1;
STARRED_CONTACT = 2;
FREQUENT_CONTACT = 3;
}
}